(^)
Sets the xml declaration
void SDO_DAS_XML_Document::setXMLDeclaration ( bool $xmlDeclatation )
Controls whether an XML declaration will be generated at the start of the XML document. Set to TRUE
to generate the XML declaration, or FALSE
to suppress it.
Parameters:
xmlDeclatation
Boolean value to set the XML declaration.
Returns:
None.
Please login to continue.