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