Forum und email
SDO_DAS_XML_Document::setXMLDeclaration

SDO_DAS_XML_Document::setXMLDeclaration

(no version information, might be only in CVS)

SDO_DAS_XML_Document::setXMLDeclaration --  Sets the xml declaration

Popis

void SDO_DAS_XML_Document::setXMLDeclaration ( bool xmlDeclatation )

Varování

Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí.

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.

Seznam parametrů

xmlDeclatation

Boolean value to set the XML declaration.

Návratové hodnoty

None.