SYNOPSISstring xmlWriterGetContent(xmlWriter writer)
Parameters:
writer
- the xmlWriter
Returns:
writer
DESCRIPTION
If writer
was created using xmlWriterNewToString()
, then
xmlWriterGetContent()
returns the output of writer
. No
output will be returned for writers created with
xmlWriterNewToFile()
.
EXAMPLE<$output = (xmlWriterGetContent($writer))>
SEE ALSOxmlWriterEndDocument