xmlWriterNewToFile

SYNOPSIS

xmlWriterNewToFile(string filename)

Parameters:

  • filename - the file to write the XML document to

Returns:

  • the new xmlWriter object


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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.