C# 클래스 Pchp.Library.Errors

파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
error_reporting ( Context ctx ) : int

Retrieves the current error reporting level.

error_reporting ( Context ctx, int level ) : int

Sets a new level of error reporting.

메소드 상세

error_reporting() 공개 정적인 메소드

Retrieves the current error reporting level.
public static error_reporting ( Context ctx ) : int
ctx Pchp.Core.Context Current runtime context.
리턴 int

error_reporting() 공개 정적인 메소드

Sets a new level of error reporting.
public static error_reporting ( Context ctx, int level ) : int
ctx Pchp.Core.Context Current runtime context.
level int The new level.
리턴 int