©
本文档使用 PHP中文网手册 发布
(^)
SDO_DAS_XML_Document::setXMLDeclaration — Sets the xml declaration
$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.