获取文件内容最后一次修改时间:
<?php
echo filemtime("webdictionary.txt");
echo "<br>";
echo "Content last changed: ".date("F d Y H:i:s.", filemtime("webdictionary.txt"));
?>
运行示例 »
filemtime() 函数返回上次修改文件内容的时间。
笔记:该函数的结果被缓存。使用清除统计缓存()清除缓存。
filemtime(
filename)
Parameter | Description |
---|---|
filename | Required. Specifies the path to the file to check |
返回值: | 上次将文件内容修改为 Unix 时间戳,失败时为 FALSE |
---|---|
PHP 版本: | 4.0+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!