SDO_DAS_XML_Document::setXMLDeclaration

(no version information, might be only in CVS)

SDO_DAS_XML_Document::setXMLDeclaration --  Sets the xml declaration

説明

void SDO_DAS_XML_Document::setXMLDeclaration ( bool xmlDeclatation )

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

Sets the given boolean value for xml declaration. Pass TRUE to set it and FLASE to not to unset it.

パラメータ

xmlDeclatation

Boolean value to set the XML declaration.

返り値

None.