网站首页

>>

PHP初级教程手册


函数:filectime()



filectime

取得文件最后的改变时间。

语法: int filectime(string filename);

返回值: 整数

函数种类: 文件存取

内容说明

本函数返回指定文件 filename 的 inode 最后改变时间。返回 false 表示发生错误。返回值放在快取缓冲区中,可以参考 clearstatcache()



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|