previousPEAR_Error::getUserInfo() (Previous) (Next) PEAR_Error::toString()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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 - текст ошибки. Короткое описание возникшей проблемы.

  • string $code - код ошибки.

  • integer $mode - режим обработки ошибок.

  • mixed $options - дополнительные опции режима обработки ошибок

  • string $userinfo - строка с дополнительной инфорамацией об ошибке

Note

This function can be called statically.

previousPEAR_Error::getUserInfo() (Previous) (Next) PEAR_Error::toString()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.