php获取上次访问时间,php fileatime?取不到上次访问时间怎么办?

本文探讨了PHP中fileatime函数在不同Unix文件系统下的表现,指出在大量文件访问时可能的性能问题。当文件系统挂载为禁用访问时间更新时,该函数可能无法提供准确信息。作者建议考虑使用clearstatcache()来清除缓存,但即使如此,访问时间可能仍不会改变。这是一个关于PHP性能优化和文件系统行为的技术讨论。
摘要由CSDN通过智能技术生成

php fileatime 回复讨论(解决方案)

http://php.net/manual/en/function.fileatime.php

Note:

The atime of a file is supposed to change whenever the data blocks of a file are being read. This can be costly performance-wise when an application regularly accesses a very large number of files or directories.

Some Unix filesystems can be mounted with atime updates disabled to increase the performance of such applications; USENET news spools are a common example. On such filesystems this function will be useless.

不同的文件系统使用都会不同的..

可以试下clearstatcache() 清除下缓存再读

你代码写的有问题,清楚缓存,访问时间还是没有变化。

本文原创发布php中文网,转载请注明出处,感谢您的尊重!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值