PEAR_ErrorStack::staticGetErrors() -- Get a list of all errors since last purge, organized by package
Parameter
- boolean
$merge
Set to return a flat array, not organized by package
- array
$sortfunc
Function used to sort a merged array - default sorts by time, and
should be good for most cases
- boolean
$clearStack
Set to purge the error stack of existing errors
Throws
throws no exceptions thrown
Note
This function should be called
statically.