![]() HTML_Progress2 : The Definitive Guide
|
HTML_Progress2::sleep
— Delay execution
require_once 'HTML/Progress2.php';
void HTML_Progress2::sleep(
)
;
;
The HTML_Progress2::sleep()
function delays program execution for the given number of milliseconds. This is the default user callback when none are defined.
NOTE: The function http://www.php.net/manual/en/function.usleep.php did not work on Windows systems until PHP 5.0.0
HTML_Progress2 : The Definitive Guide | v 2.1.0 : August 12, 2006 |