|
PHP5中文手册
XMLWriter::startDocument(No version information available, might be only in CVS) XMLWriter::startDocument — Create document tag 说明Object oriented style: XMLWriter
bool startDocument
([ string $version
[, string $encoding
[, string $standalone
]]] )
Procedural style:
bool xmlwriter_start_document
( resource $xmlwriter
[, string $version
[, string $encoding
[, string $standalone
]]] )
Starts a document. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |