gpt4 book ai didi

php - Linux 中的函数 is_dir()

转载 作者:太空宇宙 更新时间:2023-11-04 11:14:10 24 4
gpt4 key购买 nike

is_dir() 函数在我的 linux 系统中不起作用。目录如下:

  • /变量
    • /万维网
      • /html - 测试.php
      • /代码

is_dir("/var/www/html") 返回真。但是 is_dir("/var/www/code") 返回 false。所有目录都是可读的。那么为什么会这样呢?谢谢大家!

添加:php 中的 safe_mode 已关闭。并且html和代码的权限是一样的。(drwxr-xr-x 根根)

最佳答案

来自 php 手册:

Note that on Linux is_dir returns FALSE if a parent directory does not have +x (executable) set for the php process.

关于php - Linux 中的函数 is_dir(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21774509/

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