|
DomDocumentType::system_id(PHP 4 >= 4.1.0) DomDocumentType::system_id — Returns the system id of document type Описание
string DomDocumentType::system_id
( void
)
Returns the system id of the document type. Возвращаемые значенияReturns the system id of the DomDocumentType, as a string. Примеры
Пример #1 Retrieving the system id
<?php Результат выполнения данного примера: /share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd Migrating to PHP 5Use the systemId property of the DOMDocumentType object. |
|