PHP » PYTHON |
login |
register |
about
|
|
XMLWriter::writeComment(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeComment — Write full comment tag DescriptionObject oriented style: XMLWriter
bool writeComment
( string $content
)
Procedural style:
bool xmlwriter_write_comment
( resource $xmlwriter
, string $content
)
Writes a full comment. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. |
more
Recently updated
more
Most requested
more
Last requests
|