filenameで指定されたファイルに ついての統計情報を取得します。
ファイルの統計情報を、以下の要素を持つ配列として 返します。
device
inode
inode protection mode
number of links
user id of owner
gourp id owner
device type if inode device *
size in bytes
time of last access
time of last modification
time of last change
blocksize for filesystem I/O *
number of blocks allocated
エラーの場合は、FALSEを返します。
stat()は、fopen()のように URLを処理しません。
この関数の結果はキャッシュされます。詳細は、 clearstatcache()を参照下さい。