Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17477 программистов и 1878 роботов. Сейчас ищут 1709 программистов ...
PHP_CompatInfo_Renderer::stillWaitProgress
Вернуться к: Renderer Infrastructure
PHP_CompatInfo_Renderer::stillWaitProgress
PHP_CompatInfo_Renderer::stillWaitProgress() – Update the wait message
Synopsis
require_once 'PHP/CompatInfo/Renderer.php';
void PHP_CompatInfo_Renderer::stillWaitProgress ( string $source , string $index )
Update the wait message, or status of the progress bar
Parameter
- string $source
-
Source (file, string) currently parsing
- string $index
-
Position of the $source in the data source list 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.
Вернуться к: Renderer Infrastructure