警告:mkdir() [function.mkdir]: 文件存在于 /home/content/xx/xxxxxxxx/html/xxxx/xxxx/action.php 的第 xx 行
此警告在实时服务器上。但是在 localhost 中没有警告。
我在尝试 :
if(!file_exists($path)){
mkdir($path);
}
此警告在实时服务器上。但是在 localhost 中没有警告。
我在尝试 :
if(!file_exists($path)){
mkdir($path);
}