PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::getBorderAttributes — Returns progress bar's border attributes values

Synopsis

      require_once 'HTML/Progress2.php';
     
mixed HTML_Progress2::getBorderAttributes( $asString = FALSE);  
bool   $asString = FALSE;

Description

Get all border attributes in a associative array with key-value couple (by default). Get the attributes as string is also possible.

Parameter

boolean $asString

(optional) whether to return the attributes as string

See

see HTML_Progress2::setBorderAttributes

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