|
PHP5中文手册
XMLWriter::endDTD(No version information available, might be only in CVS) XMLWriter::endDTD — End current DTD 说明Object oriented style: XMLWriter
bool endDTD
( void
)
Procedural style:
bool xmlwriter_end_dtd
( resource $xmlwriter
)
Ends the DTD of the document. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |