Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 codeigniter 中,我想通过电子邮件接收错误日志。例如,如果我的网站上出现任何错误消息,我想收到一封有关它的电子邮件。
我怎样才能实现它?
创建自定义错误处理程序:http: //php.net/manual/en/function.set-error-handler.php
这样你就可以对错误做任何你想做的事情......电子邮件,写入日志等......