星期一, 1月 21, 2013

自訂顯示PHP程式錯誤

ini_set('display_errors', true);

error_reporting(E_ALL & ~E_NOTICE);

沒有留言: