gpt4 book ai didi

PHP - 使用 require_once/include/require,路径相对于什么?

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:58:41 24 4
gpt4 key购买 nike

"index.php" 上,我执行 require_once("/all_fns.php")

“all_fns.php” 本身需要具有相对于 all_fns.php(自身)路径的文件。

我的问题是,我应该在 all_fns 上写相对于 all_fns.php 还是 index.php 的路径?

这让我很困惑,我想弄清楚。

最佳答案

它们被视为相对于 index.php

如果你需要引用相对于include的文件,使用

__DIR__."/relative/file.php";

关于PHP - 使用 require_once/include/require,路径相对于什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1954750/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com