|
SYNOPSIS
xmlWriterNewToFile(string filename)
Parameters:
-
filename - the file to write the XML document to
Returns:
DESCRIPTION
xmlWriterNewToFile() starts a new xmlWriter with the
output going to the file filename.
EXAMPLE
<$writer = (xmlWriterNewToFile($filename))>
SEE ALSO
xmlWriterNewToString,
xmlWriterSetIndent,
xmlWriterStartDocument
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|