如何检查服务器上是否有“f.txt”文件??
$file_handle = fopen("/data/webroot/php/f.txt","r");
根据$var_dump($file_handle)的输出值,true为存在,反之不存在