PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::moveNext — Changes new value of the progress meter by increment increase

Synopsis

      require_once 'HTML/Progress2.php';
     

void HTML_Progress2::moveNext();
;

Description

Move current value to the next value of the progress meter defined by its increment. If result value is different than previous, then all listeners are notified.

Throws

throws no exceptions thrown

See

see HTML_Progress2::moveStep

Note

since 2.0.0

This function can not be called statically.

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