Lstat
(PHP3 >= 3.0.4, PHP4)
Lstat---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Get information about a file
Syntax: Array lstat (string filename)
Description:
Aggregated file statistics or symbolic link name filename, this function is the same as stat (), except that if the parameter filename is a symbolic link, the status of the symbolic link is returned.
Returns the statistics for the file, returning an array with the following elements:
Appliance Name
Inode value
Number of links
Owner's User ID
Owner's Group ID
Device Type *
How many bit tuple sizes
Last Accessed time
Last Modified Time
Time of last change
File system I/O chunk size (blocksize) *
Number of allocated blocks
*-is valid only if the system provides a st_blksize type, and other systems, such as Windows, return 1.
The result of this function will exist in the cache buffer, please refer to Clearstatcache () for more information.