qpfsoft/error

QPF Error Handler

Maintainers

Details

github.com/qpfsoft/error

Source

Issues

Installs: 18

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/qpfsoft/error

v1.1.1 2019-06-14 00:59 UTC

This package is auto-updated.

Last update: 2025-10-14 15:37:24 UTC


README

QPF Error Handler

开启错误处理

Error::register();

配置

debug 调试模式

(bool) true|false

(int) 0|1|2

false|0 : 效果与flase相同

1: 将采用英文语言

true|2: 将采用中文语言

if (debug == 2)

当debug的值为true时, int 2 转换为bool 就是true. 所以将采用中文语言

当debug的值为1时, 判断 1 == 2 结果为: false