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.
我想知道是否有可能以某种方式了解并最终显示在单个 http 请求期间处理的所有 php 页面。
例如,如果页面是 /index.php 我想调用该页面并立即知道获得响应所需的所有包含的 php 页面是什么,而无需明显调试页面......
也许通过日志或转储?
有get_included_files方法。
get_included_files
获取使用 include、include_once、require 或 require_once 包含的所有文件的名称。