首页 > 技术文章 > php打开错误日志

Dong-Ge 2017-01-19 17:34 原文

ini_set("display_errors", "On");

error_reporting(E_ALL | E_STRICT);

推荐阅读