为什么即使我清除该文件的缓存并修改它(通过添加空格)filemtime
保持不变?
clearstatcache(true, $file);
// or clearstatcache()
return date("U", filemtime($file));
它让我发疯了。我已经尝试在.htaccess
中关闭缓存。
我用它打的文件是($ file):
string '../private_data/Pages/metaData.xml' (length=34)
string 'Data/StaticRoots.php' (length=20)
string '../private_data/CountryISO/CountryInfo.xml' (length=42)
string 'Data/CountryInfo.php' (length=20)
string '../private_data/Lang/Lang_PL.xml' (length=32)
string 'Data/Lang_PL.php' (length=16)
string '/' (length=1)