PHP 클래스 Prado\Exceptions\TPhpErrorException

TPhpErrorException represents an exception caused by a PHP error. This exception is mainly thrown within a PHP error handler.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends TSystemException
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $errno, $errstr, $errfile, $errline ) Constructor.
isFatalError ( array $error ) : boolean Returns if error is one of fatal type.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $errno, $errstr, $errfile, $errline )

isFatalError() 공개 정적인 메소드

Returns if error is one of fatal type.
public static isFatalError ( array $error ) : boolean
$error array error got from error_get_last()
리턴 boolean if error is one of fatal type