|
PHP5中文手册
SDO_DAS_XML_Document::setXMLDeclaration(No version information available, might be only in CVS) 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. 参数
返回值None. |