XML_Util::getXMLDeclaration
XML_Util::getXMLDeclaration() – build an xml declaration
Synopsis
require_once 'XML/Util.php';
string XML_Util::getXMLDeclaration (
string $version = "1.0"
, string $encoding
= null
, boolean $standalone
= null
)
Описание
Returns an XML declaration based on parameters.
Parameter
-
string $version
- XML version -
string $encoding
- XML encoding -
boolean $standalone
- whether document is standalone
Return value
string XML declaration
Замечание
This function should be called statically.