css

2013年10月17日 星期四

error_reporting() php.ini

error_reporting    設定回報哪些類型的php錯誤

 int error_reporting ([ int $level ] )

此函式設定php執行的錯誤回報等級,若無指定level層級,則使用目前層級(定義在php.ini內 error_reporting)

level 等級可以用數字或名稱來指定;

但隨著php更新,新的error level 等級加入,用數字的表示error level 可能造成錯誤的結果,

保險的方法還是用名稱設定 error level




原函式定義
http://php.net/manual/en/function.error-reporting.php

錯誤等級的定義
http://www.php.net/manual/en/errorfunc.constants.php

位元運算
http://www.php.net/manual/en/language.operators.bitwise.php

Runtime錯誤回報設定
http://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting



在 php.ini 內 (約513行)  

error_reporting  =  E_ALL & ~E_NOTICE




沒有留言:

張貼留言