2011-09-28 38 views

回答

0
error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); 

這將抑制所有警告,通知和棄用(如果使用PHP 5.3)的消息。