PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::setFillWay — Sets fill option of the progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     
void HTML_Progress2::setFillWay( $way);  
string   $way;

Description

Sets the progress meter fill option: must be 'natural' or 'reverse'. The default fill way is 'natural'.

Parameter

string $way

fill direction (natural or reverse)

See

see HTML_Progress2::getFillWay

Throws

throws HTML_PROGRESS2_ERROR_INVALID_INPUT

Note

since 2.0.0

This function can not be called statically.

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