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