PEAR_ErrorStack::hasErrors()

PEAR_ErrorStack::hasErrors() -- Determine whether there are any errors on the stack

Synopsis

require_once 'PEAR/ErrorStack.php';

boolean PEAR_ErrorStack::hasErrors ()

Description

Determine whether there are any errors on the stack

Throws

throws no exceptions thrown

Note

This function can not be called statically.