|
DomDocumentType::name(PHP 4 >= 4.1.0) DomDocumentType::name — Returns name of document type Описание
string DomDocumentType::name
( void
)
This function returns the name of the document type. Возвращаемые значенияReturns the name of the DomDocumentType, as a string. Примеры
Пример #1 Getting the document type's name
<?php Migrating to PHP 5Use the name property of the DOMDocumentType object. |
|