PHP_CompatInfo_Renderer::stillWaitProgress()

PHP_CompatInfo_Renderer::stillWaitProgress()  -- Update the wait message

概要

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

パラメータ

string $source

Source (file, string) currently parsing

string $index

Position of the $source in the data source list to parse

返り値

returns void

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.8.0b2 (2008-06-03)

注意

この関数は、スタティックにコールする ことはできません。