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.
我想添加my_path相对于.include_pathincludemy_path
my_path
include_path
include
这足以在我的网站的主 PHP 文件中设置include_path使用set_include_path,还是我必须在每个 PHP 文件中这样做?
set_include_path
您不必为每个包含的文件重复它。另一种方法是使用 .htaccess 文件:
php_value include_path new_path:/old/paths/here