SYNOPSISxmlWriterNewToFile(string filename)
Parameters:
filename - the file to write the XML document to
Returns:
xmlWriter object
DESCRIPTIONxmlWriterNewToFile() starts a new xmlWriter with the
output going to the file filename.
EXAMPLE<$writer = (xmlWriterNewToFile($filename))>
SEE ALSOxmlWriterNewToString,
xmlWriterSetIndent,
xmlWriterStartDocument