|
PHP5中文手册
XMLWriter::writePI(No version information available, might be only in CVS) XMLWriter::writePI — Writes a PI 说明Object oriented style: XMLWriter
bool writePI
( string $target
, string $content
)
Procedural style:
bool xmlwriter_write_pi
( resource $xmlwriter
, string $target
, string $content
)
Writes a processing instruction. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |