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

Note

This function can be called statically.