|
PHP5中文手册
XMLWriter::writeDTD(No version information available, might be only in CVS) XMLWriter::writeDTD — Write full DTD tag 说明Object oriented style: XMLWriter
bool writeDTD
( string $name
[, string $publicId
[, string $systemId
[, string $subset
]]] )
Procedural style:
bool xmlwriter_write_dtd
( resource $xmlwriter
, string $name
[, string $publicId
[, string $systemId
[, string $subset
]]] )
Writes a full DTD. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |