Name
HTML_Progress2::getPercentComplete
— Returns the percent complete of the progress meter
Synopsis
require_once 'HTML/Progress2.php';
float HTML_Progress2::getPercentComplete( |
$float = TRUE) ; |
|
Description
Note that this number is between 0.00 and 1.00 when $float = true. And this number is between 0 and 100 when $float = false.
Parameter
- boolean
$float
-
(optional) float or integer format
Throws
throws HTML_PROGRESS2_ERROR_INVALID_INPUT
Note
since 2.0.0
This function can not be called statically.