PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::process — Performs the progress user process

Synopsis

      require_once 'HTML/Progress2.php';
     

mixed HTML_Progress2::process();
;

Description

This function call the user-specified progress function, defined by setProgressHandler() method. Default callback is the HTML_Progress2::sleep() method.

Throws

throws no exceptions thrown

See

see HTML_Progress2::sleep , 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