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

  • 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.

get additional user-supplied information (Previous) make string representation (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.