void PEAR::PEAR (
string
$errorClass = PEAR_Error
)
If you want to use the deconstructor functionality provide by PEAR, you have to call $this->PEAR() in the constructor of your class.
string $errorClass - the name of the error class to use.
This function can be called statically.