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)

Description

Update the wait message, or status of the progress bar

Paramètres

chaîne de caractères $source

Source (file, string) currently parsing

chaîne de caractères $index

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

Valeur retournée

returns void

Valeurs renvoyées

throws no exceptions thrown

Depuis

since version 1.8.0b2 (2008-06-03)

Note

Cette fonction ne peut pas être appelée de façon statique.