Home
require_once 'PEAR/ErrorStack.php';
array PEAR_ErrorStack::staticGetErrors ([mixed $purge = FALSE [, boolean $merge = FALSE [, array $sortfunc = array('PEAR_ErrorStack', '_sortErrors'), boolean $clearStack]]])
Static version of PEAR_ErrorStack::getErrors(), returns all errors from all singleton stacks.
Set to return a flat array, not organized by package
Function used to sort a merged array - default sorts by time, and should be good for most cases
Set to purge the error stack of existing errors
throws no exceptions thrown
This function should be called statically.
© 2002-2004 Active-Venture.com Web Site Hosting Service
Disclaimers: This documentation is provided only for the benefits of our website hosting customers. For authoritative source of the documentation, please refer to http://pear.php.net/manual/
Recommended Resources: