HTML_Progress
[ class tree: HTML_Progress ] [ index: HTML_Progress ] [ all elements ]
Prev Next

getAnimSpeed Manual

returns delay execution of the progress bar

by by Laurent Laville
mailto:pear@laurent-laville.org
March 2004, Laurent Laville
(HTML_Progress 1.2+)

Synopsis

integer getAnimSpeed()

Description

The getAnimSpeed() method is used to retrieve progress bar delay execution. Default value is zero (no delay).

Example

Example below will print the default execution delay of progress bar.

  1. <?php 
  2. require_once ('HTML/Progress.php');
  3.  
  4. $bar = new HTML_Progress();
  5.  
  6. print('delay progress bar execution = ' $bar->getAnimSpeed());
  7. ?>

See Also

setAnimSpeed Manual

Prev Up Next
removeListener Manual Reference Guides setAnimSpeed Manual

Documentation generated on Mon, 11 Mar 2019 13:52:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.