Method | Description | |
---|---|---|
__construct ( $errno, $errstr, $errfile, $errline ) | Constructor. | |
isFatalError ( array $error ) : boolean | Returns if error is one of fatal type. |
public static isFatalError ( array $error ) : boolean | ||
$error | array | error got from error_get_last() |
return | boolean | if error is one of fatal type |