lstat

(PHP 4, PHP 5, PHP 7)

lstat����һ���ļ���������ӵ���Ϣ

˵��

lstat ( string $filename ) : array

��ȡ�� filename ָ�����ļ���������ӵ�ͳ����Ϣ��

����

filename

�ļ���������ӵ�·����

����ֵ

�й� lstat() ���ص�����ṹ���ֲ��� stat() ������ҳ�档 �������� stat() ������ͬ��ֻ������� filename �����Ƿ������ӵĻ�����÷������ӵ�״̬�����أ������Ǹ÷���������ָ����ļ���״̬��

����

Example #1 stat() �� lstat() �Ķ���

<?php
symlink
('uploads.php''uploads');

// Contrast information for uploads.php and uploads
array_diff(stat('uploads'), lstat('uploads'));
?>

�������̵���������ڣ�

Information that differs between the two files.

Array
(
    [ino] => 97236376
    [mode] => 33188
    [size] => 34
    [atime] => 1223580003
    [mtime] => 1223581848
    [ctime] => 1223581848
    [blocks] => 8
)

�����쳣

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

ע��

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

Tip

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

�μ�

  • stat() - �����ļ�����Ϣ