|
PHP5中文手册
XMLWriter::text(PHP 5 >= 5.1.2, PECL xmlwriter:0.1-2.0.4) XMLWriter::text — Write text 说明Object oriented style: XMLWriter
bool text
( string $content
)
Procedural style:
bool xmlwriter_text
( resource $xmlwriter
, string $content
)
Writes a text. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |