|
|
(Next) PEAR_Error::toString() |
||||
| |
|||||
|
|||||
void PEAR_Error::PEAR_Error (
string
$message = 'unknown error'
,
integer
$code
= = null
,
integer
$mode
= = null
,
mixed
$options
= = null
,
string
$userinfo
= = null
)
Konstruktor
string $message - wiadomość błędu. Zwięzły opis błędu lub problemu.
string $code - kod błędu. Liczba specyficzna dla błędu.
integer $mode - tryb błędu
mixed $options - ustawienia specyficzne dla trybu błędu
string $userinfo - łańcuch tekstowy na dodatkowe informacje lub informacje debugera
This function can be called statically.
|
|
(Next) PEAR_Error::toString() |
||||||||
| |
|||||||||
|
|||||||||