Home
require_once 'PEAR/ErrorStack.php';
void constructor PEAR_ErrorStack::PEAR_ErrorStack (string $package [, callback $msgCallback = FALSE [, callback $contextCallback = FALSE [, boolean $throwPEAR_Error = FALSE [, string $exceptionClass = NULL]]]])
Creates a new private PEAR_ErrorStack. To access a universal stack, use PEAR_ErrorStack::singleton()
name of the package this error stack represents
callback used for error message generation
callback used for context generation, defaults to getFileLine()
exception class to instantiate if in PHP 5
throws no exceptions thrown
This function can not 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: