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相同的脚本(它是主要的配置脚本)。我可以以某种方式确定使用了哪个脚本require,并且取决于它从主文件加载特定配置吗?我认为它不能完成,但值得一试!
require
好吧,您可以在require调用之前设置一些参数,然后读取它们以确定要加载的内容。
或者你可以使用$_SERVER['PHP_SELF'],但它是一个混乱的变量。
$_SERVER['PHP_SELF']