PEAR_Error::PEAR_Error()

PEAR_Error::PEAR_Error() -- constructor

Synopsis

require_once 'PEAR.php';

void PEAR_Error::PEAR_Error (string [$message = 'unknown error'], integer [$code = NULL], integer [$mode = NULL], mixed [$options = NULL], string [$userinfo = NULL])

Description

Constructor

Parameter

Note

This function can be called statically.