(No version information available, might be only in CVS)
XMLWriter::startDocument — Create document tag
Object oriented style:
Procedural style:
Starts a document.
Solo per chiamate procedurali. La resource XMLWriter che è stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().
The version number of the document as part of the XML declaration. Defaults to 1.0.
The encoding of the document as part of the XML declaration. NULL by default.
yes or no. NULL by default.
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.