SYNOPSISint xmlWriterEndDocument(xmlWriter writer)
Parameters:
writer
- the xmlWriter
Returns:
DESCRIPTIONxmlWriterEndDocument()
completes the XML document being
written. If there are any open elements, they are closed
automatically.
If this writer was created with xmlWriterNewToFile
, then the
file handle for the writer is closed.
EXAMPLE<$ret = (xmlWriterEndDocument($writer))>
SEE ALSOxmlWriterGetContent