PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::getMinimum — Returns the progress meter minimum value

Synopsis

      require_once 'HTML/Progress2.php';
     

integer HTML_Progress2::getMinimum();
;

Description

Get the minimum value at which the progress meter will start. The default value is zero and can't be negative.

Throws

throws no exceptions thrown

See

see HTML_Progress2::setMinimum

Note

since 2.0.0

This function can not be called statically.

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