HTML_Progress
[ class tree: HTML_Progress ] [ index: HTML_Progress ] [ all elements ]
Prev Next
HTML_Progress::getAnimSpeed
returns delay execution in milliseconds of the progress meter

Synopsis

require_once 'HTML/Progress.php';

int HTML_Progress::getAnimSpeed()

Description

This method is used to retrieve progress meter delay execution in milliseconds.

Note

( HTML_Progress >= 1.2.0RC1 )

This function can not be called statically.

See

HTML_Progress::setAnimSpeed

Example

  1. <?php
  2. require_once 'HTML/Progress.php';
  3.  
  4. $bar = new HTML_Progress();
  5.  
  6. printf('delay execution of progress meter = %d millisecond(s)', $bar->getAnimSpeed());
  7. ?>

Prev Up Next
HTML_Progress::setIdent Reference Guide HTML_Progress::setAnimSpeed

Documentation generated on Sun, 12 Sep 2004 20:23:03 +0200 by phpDocumentor 1.3.0RC3