PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::removeLabel — Removes a label to the progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     
void HTML_Progress2::removeLabel( $name);  
string   $name;

Description

The label identifier must exists or it cannot be remove. This is the same identifier as the one given to addLabel() method.

Parameter

string $name

Label name

See

see HTML_Progress2::addLabel

Throws

throws HTML_PROGRESS2_ERROR_INVALID_INPUT

Note

since 2.0.0

This function can not be called statically.

HTML_Progress2 : The Definitive Guide v 2.4.0 : April 20, 2007