SYNOPSISint xmlWriterStartComment(xmlWriter writer)
Parameters:
writer - the xmlWriter
Returns:
DESCRIPTIONxmlWriterStartComment() starts a new comment in writer.
If this will be a simple 'start comment-write content-end comment'
sequence, you can do it with one call to xmlWriterWriteComment()
instead.
EXAMPLE<$ret = (xmlWriterStartComment($writer))>
SEE ALSOxmlWriterWrite,
xmlWriterEndComment,
xmlWriterWriteComment