stat

 array stat ( string $filename ) 

説明

Gathers the statistics of the file named by filename. If filename is a symbolic link, statistics are from the file itself, not the symlink. lstat() is identical to stat() except it would instead be based off the symlinks status.

戻り値

stat() and fstat() result format Numeric Associative (since PHP 4.0.6) Description