Progress Event
Fired as progress is made.
Object Oriented Interface
public function fireProgress($param);
Procedural Interface
ipworksopenpgp_sda_register_callback($res, 2, array($this, 'fireProgress'));
Parameter List
'filename'
'bytesprocessed'
'percentprocessed'
Remarks
The Progress event is automatically fired as compression is performed.
Filename contains the name of the file being written.
BytesProcessed contains the total number of uncompressed bytes processed.
PercentProcessed contains the percent of uncompressed bytes processed, corresponding roughly to the running time of the operation.