PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::getCellCount — Returns count of cell in the progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     
integer HTML_Progress2::getCellCount( );  
  ;

Description

Get the number of cell defined to a progress meter. It must be positive. The default value is 10.

Throws

throws no exceptions thrown

See

see HTML_Progress2::setCellCount

Note

since 2.0.0

This function can not be called statically.

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