SDO_DAS_XML_Document::setXMLDeclaration

(^)

SDO_DAS_XML_Document::setXMLDeclaration 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.

인수

xmlDeclatation

Boolean value to set the XML declaration.

반환값

None.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top