PEAR_ErrorStack::getErrors()

PEAR_ErrorStack::getErrors() -- Retrieve all errors since last purge

Synopsis

require_once 'PEAR/ErrorStack.php';

array PEAR_ErrorStack::getErrors ([boolean $purge = FALSE])

Description

Retrieve all errors since last purge

Parameter

boolean $purge

set in order to empty the error stack

Throws

throws no exceptions thrown

Note

This function can not be called statically.