PHP function or file to run before and after every request

本小妞迷上赌 提交于 2019-12-04 05:51:51

Try auto Append/prepend file ini directive.

http://php.net/manual/en/ini.core.php

Apache can log the time taken to serve a request directly. This includes more than just the PHP but may be better depending on your needs.

See mod_log_config docs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!