PHP_CompatInfo_Renderer::startWaitProgress
PHP_CompatInfo_Renderer::startWaitProgress() – Initialize the wait process
Synopsis
require_once 'PHP/CompatInfo/Renderer.php';
void
PHP_CompatInfo_Renderer::startWaitProgress
(
integer
$maxEntries
)
Description
Initialize the wait process, with a simple message or a progress bar.
Parameter
-
integer
$maxEntries
-
Number of source to parse
Return value
returns void
Throws
throws no exceptions thrown
Since
since version 1.8.0b2 (2008-06-03)
Note
This function can not be called statically.