PHP开启错误提示

ini_set("display_errors", "On"); 
error_reporting(E_ALL | E_STRICT);

posted @ 2019-09-29 12:04  赵向上  阅读(129)  评论(0)    收藏  举报