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.
有没有办法记录执行 php 文件/函数时发生的情况?假设我编写了一个 php 脚本(create.php)来动态创建文件夹/目录,那么 apache 会记录这个并告诉我是(create.php)创建了文件夹.. 这种日志记录也已经完成由阿帕奇?谢谢。
简单的答案是 Apache 不会记录 PHP 所做的任何事情。
您可能希望查看log4php来开展业务。