PHP 클래스 SError

파일 보기 프로젝트 열기: hetao29/slightphp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$CONSOLE
$LOG
$LOGFILE
$error_type

공개 메소드들

메소드 설명
args2str ( $args )
error_handler ( $errno, $errstr, $errfile, $errline )
exception_handler ( $e )
fatal_handler ( )
getError ( $backtrace, $e = null ) : string
getFatal ( $error )
obj2str ( &$args )

메소드 상세

args2str() 공개 정적인 메소드

public static args2str ( $args )

error_handler() 공개 정적인 메소드

public static error_handler ( $errno, $errstr, $errfile, $errline )

exception_handler() 공개 정적인 메소드

public static exception_handler ( $e )

fatal_handler() 공개 정적인 메소드

public static fatal_handler ( )

getError() 공개 정적인 메소드

public static getError ( $backtrace, $e = null ) : string
리턴 string

getFatal() 공개 정적인 메소드

public static getFatal ( $error )

obj2str() 공개 정적인 메소드

public static obj2str ( &$args )

프로퍼티 상세

$CONSOLE 정적으로 공개적으로 프로퍼티

static public $CONSOLE

$LOG 정적으로 공개적으로 프로퍼티

static public $LOG

$LOGFILE 정적으로 공개적으로 프로퍼티

static public $LOGFILE

$error_type 정적으로 공개적으로 프로퍼티

static public $error_type