PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide



Name

HTML_Progress2::incValue - Updates the internal progress meter current value

Synopsis

      require_once 'HTML/Progress2.php';
     

void HTML_Progress2::incValue();
;

Description

The new current value is equal to previous value increase by increment value. All listeners are notified. See also moveNext() method if you want a refresh display too.

Throws

throws no exceptions thrown

See

see HTML_Progress2::getValue , HTML_Progress2::setValue , HTML_Progress2::moveNext

Note

since 2.0.0

This function can not be called statically.

HTML_Progress2 : The Definitive Guide v 2.2.0 : January 2, 2007