*/$file = "data.txt";$dir = "www.22ba.com/newdata";if(file_exists($file)){echo "当前目录中,文件".$file."存在";}else{echo "当前目录中,文件".$file."不存在";}echo "";if(is_dir($dir)){echo "当前目录下,目录".$dir."存在";}else{echo "当前目录下,目录".$dir."不存在";}