C# Class Pchp.Library.Errors

Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Méthode Description
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.

Method Details

error_reporting() public static méthode

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

error_reporting() public static méthode

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.
Résultat int