[PHP]エラー出力の制御
- November 25th, 2009
- Posted in PHP
- Write comment
# エラー表示設定 php_flag display_errors Off # 出力するエラー出力の種類を設定 php_value error_reporting 0
以下のURLを参照。
http://phpspot.net/php/man/php/function.error-reporting.html
http://phpspot.net/php/man/php/errorfunc.constants.html
Popularity: 2% [?]
No comments yet.