php报错is_dir():open_basedir restriction in effect.

php报错is_dir():open_basedir restriction in effect.

一般知道来搜的都是 有一定水平的

检查 路径 是否写错就行了, is_dir 前面不要加 斜杠 ‘/’

要么 is_dir 判定绝对路径

is_dir 是判定文件夹,不是文件

你可能感兴趣的:(PHP,php,目录操作)