+
95
-

php filemtime文件缓存了怎么办?

php

php filemtime文件缓存了怎么办?

文件修改了调用filemtime还是没变化

网友回复

+
16
-

在调用filemtime之前加一行代码

clearstatcache();

他主要用来清空文件缓存

我知道答案,我要回答