file_exists("test.txt"); #判断文件是否存在
pathinfo($fname, PATHINFO_EXTENSION) #获取文件后缀名 strrchr($fname, '.')