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.
有没有办法从所需的脚本中确定该 require 调用的来源?
因此,如果脚本 A 需要脚本 B。我如何从脚本 B 中确定发出请求的是脚本 A?
debug_backtrace可能会帮助你。
debug_backtrace
脚本 B 中的 $_SERVER['PHP_SELF'] 将显示当前文件(脚本 A)