SDO_DAS_XML_Document::setXMLDeclaration

(no version information, might be only in CVS)

SDO_DAS_XML_Document::setXMLDeclaration --  Sets the xml declaration.

Beschreibung

void SDO_DAS_XML_Document::setXMLDeclaration ( bool xmlDeclatation )

Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

Sets the given given boolean value for xml declaration. Pass TRUE to set it and FLASE to not to unset it.

Parameter Liste

xmlDeclatation

boolean value to set the XML declaration.

Rückgabewerte

None.