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