PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Additional Events informations

handler

Function (method) that triggered event.

[Caution] Caution
Function name is case sensitive: setvalue does not match setValue.

Function is one of them: setMinimum, setMaximum, setValue, incValue, moveStep, moveNext, run.

value

Current value of progress meter. Between minimum and maximum limits defined by setMinimum and setMaximum methods.

sender

Origin of call. In most cases it should be html_progress2 class.

[Note] Note
It could be different if you extends the main class. Or in special case of progress monitor and onCancel event.
time

Current Unix timestamp of event triggered. Given by PHP microtime function.

HTML_Progress2 : The Definitive Guide v 2.4.0 : April 20, 2007