filemtime

(PHP 4, PHP 5, PHP 7)

filemtimeȡ���ļ��޸�ʱ��

˵��

filemtime ( string $filename ) : int

�����������ļ��е����ݿ��ϴα�д���ʱ�䣬Ҳ����˵���ļ��������ϴα��޸ĵ�ʱ�䡣

����

filename

�ļ���·����

����ֵ

�����ļ��ϴα��޸ĵ�ʱ�䣬 ������ʧ��ʱ���� FALSE��ʱ���� Unix ʱ����ķ�ʽ���أ������� date()��

����

Example #1 filemtime() ����

<?php
// outputs e.g.  somefile.txt was last modified: December 29 2002 22:16:23.

$filename 'somefile.txt';
if (
file_exists($filename)) {
    echo 
"$filename was last modified: " date ("F d Y H:i:s."filemtime($filename));
}
?>

�����쳣

ʧ��ʱ�׳�E_WARNING���档

ע��

Note:

ע�⣺��ͬ�ļ�ϵͳ��ʱ����жϷ��������Dz���ͬ�ġ�

Note: �˺����Ľ���ᱻ���档�μ� clearstatcache() �Ի�ø���ϸ�ڡ�

Tip

�� PHP 5.0.0 ��, �˺���Ҳ����ijЩ URL ��װ������μ� ֧�ֵ�Э��ͷ�װЭ���Ի��֧�� stat() ϵ�к������ܵİ�װ���б�

�μ�

  • filectime() - ȡ���ļ��� inode �޸�ʱ��
  • stat() - �����ļ�����Ϣ
  • touch() - �趨�ļ��ķ��ʺ��޸�ʱ��
  • getlastmod() - ��ȡҳ������޸ĵ�ʱ��