Name
HTML_Progress2::setIdent
— Sets
the progress meter identifier
Synopsis
require_once 'HTML/Progress2.php';
void HTML_Progress2::setIdent(
|
$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
Note
since 2.0.0
This function can not be called statically.