PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::setIdent — Sets the progress meter identifier

Synopsis

      require_once 'HTML/Progress2.php';
     
void HTML_Progress2::setIdent( $ident = NULL);  
mixed   $ident = NULL;

Description

Each progress meter has its own identifier. That allows to display more than only once meter at same time on same page. If no identification string is given, then the default identifier will be six first characters of md5 hash value of the current unix timestamp.

Parameter

mixed $ident

(optional) the new identification string.

Throws

throws no exceptions thrown

See

see HTML_Progress2::getIdent

Note

since 2.0.0

This function can not be called statically.

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