标签: php
我要去更改我的所有包含以使用获取当前工作目录来指定要查看的位置。
getcwd()
因为PHP没有像我想象的那样查看当前目录。
有没有办法可以改变这种行为,所以我的代码到处都没有getcwd()?
一种告诉inlcude函数查看它本身所在目录的方法。
我认为出于常识,它会这样做,但事实并非如此。
答案 0 :(得分:1)
设置include_path in PHP.ini。
include_path
或者,使用set_include_path()。
set_include_path()
http://php.net/manual/en/function.set-include-path.php