void PEAR_Error::PEAR_Error (
string
$message = 'unknown error'
,
integer
$code
= = null
,
integer
$mode
= = null
,
mixed
$options
= = null
,
string
$userinfo
= = null
)
Constructor
string $message - Het error bericht. Een korte bescrijving van wat er gebeurd is.
string $code - De error code. Een error specifiek nummer.
integer $mode - De error mode
mixed $options - error mode specifieke opties
string $userinfo - Een string voor extra gebruikers informatie of debug info
This function can be called statically.