(No version information available, might be only in CVS)
XMLWriter::endComment — Create end comment
Description
Object oriented style:
XMLWriter
boolendComment
( void
)
Procedural style:
boolxmlwriter_end_comment
( resource$xmlwriter
)
Ends the current comment.
Parameters
xmlwriter
Only for procedural calls.
The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().