|
|
(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
)
コンストラクタ
string $message - エラーメッセージ。発生した問題や失敗の内容が簡潔に記してあります。
string $code - エラーコード。エラーを特定する番号です。
integer $mode - エラーモード。
mixed $options - エラーモード依存のオプション。
string $userinfo - ユーザー定義もしくはデバッグ関連の追加情報を記した文字列。
This function can be called statically.
|
|
(Next) PEAR_Error::toString() |
||||||||
| |
|||||||||
|
|||||||||