C# Класс Pchp.Library.Errors

Показать файл Открыть проект

Открытые методы

Метод Описание
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