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.