|
DomDocumentType::public_id(PHP 4 >= 4.1.0) DomDocumentType::public_id — Returns public id of document type Описание
string DomDocumentType::public_id
( void
)
This function returns the public id of the document type. Возвращаемые значенияReturns the public id of the DomDocumentType, as a string. ПримерыThe following example echos nothing. Пример #1 Retrieving the public id
<?php Migrating to PHP 5Use the publicId property of the DOMDocumentType object. |
|