XML_Util::getXMLDeclaration() -- build an xml declaration
Beschrijving
Returns an XML declaration based on parameters.
Parameter
string $version - XML version
string $encoding - XML encoding
boolean $standalone - whether document is standalone
Return waarde
string XML declaration
Note
Deze functie zou statisch moeten worden aangeroepen.