Progress Event
Fired as progress is made.
Object Oriented Interface
public function fireProgress($param);
Procedural Interface
ipworksopenpgp_phtmlmailer_register_callback($res, 6, array($this, 'fireProgress'));
Parameter List
'bytesprocessed'
'percentprocessed'
Remarks
This event is fired automatically as data is processed by the class.
The PercentProcessed parameter indicates the current status of the operation.
The BytesProcessed parameter holds the total number of bytes processed so far.