文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>PHP相对路径问题

PHP相对路径问题

时间:2010-12-15  来源:线性逻辑

require路径缓存的问题 

require系列函数包含相对路径相同 

比如:

  /root/web/config/config.php

  /root/web/admin/config/config.php

  config.php的代码不相同

  如下: 依次执行下述代码

    /root/web目录下php程序代码 : require('config/config.php');  ///root/web/config/config.php

    /root/web/admin目录下php程序代码 : require('config/config.php');  ///root/web/admin/config/config.php

    /root/web目录下php程序代码 : require('config/config.php');  ///root/web/admin/config/config.php

    第二个config.php会将第一个config.php的缓存覆盖掉,第三个执行时使用的是/root/web/admin/config/config.php。

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载