Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 237 Bytes

1.4.4 - stat缓存清理.md

File metadata and controls

5 lines (3 loc) · 237 Bytes

stat缓存清理

PHP底层对stat系统调用增加了Cache,在使用statfstatfilemtime等函数时,底层可能会命中缓存,返回历史数据。

可以使用clearstatcache函数清理文件stat缓存。