WriteOFXDataFile Method
Writes the OFX response sent by the server to a file.
Object Oriented Interface
public function doWriteOFXDataFile($filename);
Procedural Interface
inebank_fiprofile_do_writeofxdatafile($res, $filename);
Remarks
This method records the entire OFX response, including HTTP and OFX headers to a file. This file can later be read and parsed by the ReadOFXDataFile method as though it were a live response.