|
PHP5中文手册
DomDocumentType->name()(No version information available, might be only in CVS) DomDocumentType->name() — Returns name of document type 说明DomDocumentType
string name
( void
)
This function returns the name of the document type. 返回值Returns the name of the DomDocumentType, as a string. 范例
Example#1 Getting the document type's name
<?php Migrating to PHP 5Use the name property of the DOMDocumentType object. |