ErrorException::__construct
(PHP 5 >= 5.1.0)
ErrorException::__construct — ساخت یک استثنا
Description
public ErrorException::__construct()
([ string $message
[, int $code
[, int $severity
[, string $filename
[, int $lineno
]]]]] )
ساخت یک استثنا.
Parameters
- message
-
پیام استثنا ایجاد شده
- code
-
کد استثنا.
- severity
-
سطح خطرناک بودن استثنا.
- filename
-
نام فایل ایجاد کننده خطا.
- lineno
-
شماره خط ایجاد کننده خطا.
There are no user contributed notes for this page.
