bool handleError(int $type, string $message, string $file, int $line, array $context, array $backtrace = null)
Handles errors by filtering then logging them according to the configured bit fields.
bool handleError(int $type, string $message, string $file, int $line, array $context, array $backtrace = null)
Handles errors by filtering then logging them according to the configured bit fields.
int | $type | One of the E_* constants |
string | $message | |
string | $file | |
int | $line | |
array | $context | |
array | $backtrace |
bool | Returns false when no handling happens so that the PHP engine can handle the error itself |
ErrorException | When $this->thrownErrors requests so |
Designed by : w10schools
service@w10schools.com
Please login to continue.