PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::display — Renders the new value of progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     

void HTML_Progress2::display();
;

Description

This method should be used only to display initial state of the progress meter. Next steps to refresh display must use either moveStep() or moveNext() methods.

Throws

throws no exceptions thrown

Note

since 2.0.0

This function can not be called statically.

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