PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

pear_error::pear_error()

pear_error::pear_error() -- constructor

description

constructor

parameter

  • string $message - the error message. a brief description of the occured failure or problem.

  • string $code - the error code. an error specific number.

  • integer $mode - the error mode

  • mixed $options - error mode specific options

  • string $userinfo - a string for additional user or debug info

note

this function can be called statically.