isFatalError() public static method
Returns if error is one of fatal type.
| public static boolean isFatalError ( $error ) | ||
|---|---|---|
| $error | array |
Error got from error_get_last() |
| return | boolean |
If error is one of fatal type |
isFatalError() public static method
Returns if error is one of fatal type.
| public static boolean isFatalError ( $error ) | ||
|---|---|---|
| $error | array |
Error got from error_get_last() |
| return | boolean |
If error is one of fatal type |
Please login to continue.