> 上面的例子会输出类似于: /home/vincent/home/vincent/public_html Notes 注意:启用安全模式后,PHP会检查脚本所在的目录是否与正在执行的脚本具有相同的UID
php$file = '/home/vincent/somefile.sh';if (is_executable($file)) { echo $file.' is executable';} else
R389(1,2)Vincent,L。