PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide



Name

HTML_Progress2::getError - Pop an error off of the HTML_Progress2 stack

Synopsis

      require_once 'HTML/Progress2.php';
     
FALSE|array|PEAR_Error HTML_Progress2::getError( );
;

Description

Get all error data (code, message, level, context) from an object (PEAR_Error, ...) or a simple php array.

Throws

throws no exceptions thrown

See

see HTML_Progress2::hasErrors, HTML_Progress2::raiseError

Note

since 2.0.0

This function can not be called statically.

HTML_Progress2 : The Definitive Guide v 2.2.0 : January 2, 2007