關閉所有PHP 錯誤回報,可以是用下面的方式. error_reporting(0);. ini_set('display_errors', 'Off');. 打開所有錯誤回報. error_reporting(E_ALL);.
確定! 回上一頁