PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::setIncrement — Sets the progress meter increment value

Synopsis

      require_once 'HTML/Progress2.php';
     
void HTML_Progress2::setIncrement( $inc);  
integer   $inc;

Description

Defines step of progress property of a progress meter. Allows to ajust default value (+1).

Parameter

integer $inc

progress meter's increment value

See

see HTML_Progress2::getIncrement

Throws

throws HTML_PROGRESS2_ERROR_INVALID_INPUT

Note

since 2.0.0

This function can not be called statically.

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