PEAR::setErrorHandling()

PEAR::setErrorHandling() -- sets handling of errors generated through PEAR packages

Synopsis

require_once 'PEAR.php';

void PEAR::setErrorHandling ([integer $mode = NULL [, mixed $options = NULL]])

Description

setErrorHandling() can be invoked both as objects and statically. If called statically, setErrorHandling() sets the default behaviour for all PEAR objects. If called as an object member, setErrorHandling() sets the default behaviour for that object.

Parameter