Home > PHP > Function > SDO DAS XML > SDO_DAS_XML_Document::setXMLDeclaration()

SDO_DAS_XML_Document::setXMLDeclaration()

SDO_DAS_XML_Document::setXMLDeclaration - Sets the xml declaration

Syntax

SDO_DAS_XML_Document::setXMLDeclaration (bool $xmlDeclatation)

Arguments

  • xmlDeclatation - Boolean value to set the XML declaration.

Description

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.

Version

PHP ^

Return value

None.