PEAR_ErrorStack::staticHasErrors()

PEAR_ErrorStack::staticHasErrors() -- Determine whether there are any errors on any error stack

Synopsis

require_once 'PEAR/ErrorStack.php';

boolean PEAR_ErrorStack::staticHasErrors ()

Description

Static version of PEAR_ErrorStack::hasErrors(). Returns TRUE if any singleton stack has any errors pending.

Throws

throws no exceptions thrown

Note

This function should be called statically.