Hack
HHVM
报告 bug 或提出建议。
搜索文档
Documentation
Hack
Reference
Class
XMLWriter
text
XMLWriter::text
Writes a text
public function text( string $content, ): bool;
Parameters
string $content
- The contents of the text.
Returns
bool
- - Returns TRUE on success or FALSE on failure.