PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::getMaximum — Returns the progress meter maximum value

Synopsis

      require_once 'HTML/Progress2.php';
     

integer HTML_Progress2::getMaximum();
;

Description

Get the maximum value at which the progress meter will stop. The default value is 100 and can't be less than minimum.

Throws

throws no exceptions thrown

See

see HTML_Progress2::setMaximum

Note

since 2.0.0

This function can not be called statically.

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