检查档案是否存在。
语法: int file_exists(string filename);
传回值: 整数
函式种类: 档案存取
本函式用来测试检查档案是否存在,传回 true 表示档案存在。传回值放在快取缓冲区中,可以参考 clearstatcache()。