取得档案最后的存取时间。
语法: int fileatime(string filename);
传回值: 整数
函式种类: 档案存取
本函式传回指定档案 filename 的最后存取时间。传回 false 表示发生错误。传回值放在快取缓冲区中,可以参考 clearstatcache()。