PHP中的fileatime()函数
该fileatime()函数返回文件的最后访问时间。它返回文件的上次访问时间作为UNIX时间戳。失败时返回false。
语法
fileatime ( file_path );
参数
file_path-将找到其最后访问时间的文件的路径。
返回
该fileatime()函数将文件的最后访问时间作为UNIX时间戳返回。失败时返回false。
示例
<?php
echo fileatime("new.txt");
?>输出结果
1315416291
现在让我们以人类可读的形式获取最后访问时间作为日期。
示例
<?php
echo "Last access time of the file: ".date("F d Y H:i:s.",fileatime("new.txt"));
?>输出结果
Last access time of the file: September 22 2018 11:23:52
热门推荐
10 男生节搞笑简短祝福语
11 夏天客户祝福语大全 简短
12 朋友新工作祝福语简短
13 生日祝福语男生韩语简短
14 生日祝福语简短霸气男
15 送女友鲜花祝福语简短
16 饭店国庆祝福语简短
17 庆祝当生日祝福语简短
18 培训机构升班祝福语简短