XML_Util::getDocTypeDeclaration

XML_Util::getDocTypeDeclaration()

XML_Util::getDocTypeDeclaration() -- build a document type declaration

Description

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.