OutputFile Property
The path to a local file where the output will be written. If the file exists, it is overwritten.
Object Oriented Interface
public function getOutputFile(); public function setOutputFile($value);
Procedural Interface
ipworks_xmlw_get($res, 4 ); ipworks_xmlw_set($res, 4, $value );
Default Value
''
Remarks
If specified, the output of the class will be written to the OutputFile.
If not specified the output will be buffered in memory and can be retrieved using OutputData.
Data Type
String