Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17182 программиста и 1834 робота. Сейчас ищут 1680 программистов ...
XML_Util::getDocTypeDeclaration
Вернуться к: XML_Util
XML_Util::getDocTypeDeclaration
XML_Util::getDocTypeDeclaration() – build a document type declaration
Synopsis
require_once 'XML/Util.php';
string XML_Util::getDocTypeDeclaration ( string $root , mixed $uri = null , mixed $internalDtd = null )
Returns a document type declaration based on parameters.
Parameter
-
string $root - root tag
-
mixed $uri - URI of the document type definition or array containing the public id and the URI of the DTD
-
mixed $internalDtd - internal definitions
Return value
string document type declaration
Note
This function should be called statically.
Вернуться к: XML_Util