PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::run — Runs the progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     

void HTML_Progress2::run();
;

Description

This function accept both modes: indeterminate and determinate, and execute all actions defined in the user callback identified by setProgressHandler() method.

All observers are also notified of main changes (start, stop meter).

Throws

throws no exceptions thrown

See

see HTML_Progress2::process , HTML_Progress2::setProgressHandler

Note

since 2.0.0

This function can not be called statically.

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