运维网's Archiver
论坛
›
php
› php filectime函数-文件系统函数库
zeromax
发表于 2017-4-11 11:21:03
php filectime函数-文件系统函数库
取得文件最后的改变时间。
语法: int filectime(string filename);
返回值: 整数
函数种类: 文件存取
内容说明本函数返回指定文件 filename 的 inode 最后改变时间。返回 false 表示发生错误。返回值放在快取缓冲区中,可以相关函数: clearstatcache()。
页:
[1]
查看完整版本:
php filectime函数-文件系统函数库