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