Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
DomDocument::doctype - Returns the document type
Вернуться к: DOM XML (PHP 4) Функции
DomDocument::doctype
(PHP 4 >= 4.1.0)
DomDocument::doctype — Returns the document type
Описание
This function returns an object of class DomDocumentType. In versions of PHP before 4.3 this has been the class Dtd, but the DOM Standard does not know such a class.
See also the methods of class DomDocumentType.
Вернуться к: DOM XML (PHP 4) Функции