在PHP中error_reporting这个函数有什么作用?
1 回答
米琪卡哇伊
TA贡献1998条经验 获得超6个赞
The error_reporting() function sets the error_reporting directive at runtime. PHP has many levels of errors, using this function sets that level for the duration (runtime) of your script.
- 1 回答
- 0 关注
- 826 浏览
添加回答
举报
0/150
提交
取消