SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Progress Event

Reports the progress of data compression.

Object Oriented Interface

public function fireProgress($param);

Procedural Interface

secureblackboxlite_archivewriter_register_callback($res, 7, array($this, 'fireProgress'));

Parameter List


'processed'
'total'
'overallprocessed'
'overalltotal'
'cancel'

Remarks

Subscribe to this event to be notified about compression progress.

Processed and Total report the progress of compression of the current entry; OverallProcessed and OverallTotal report the progress of the whole operation. Set Cancel to true to stop the operation.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]