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