|
PHP5中文手册
DomDocumentType->public_id()(No version information available, might be only in CVS) DomDocumentType->public_id() — Returns public id of document type 说明DomDocumentType
string 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. Example#1 Retrieving the public id
<?php Migrating to PHP 5Use the publicId property of the DOMDocumentType object. |