|
|

|

|

|
rmdir
|
Updated Sat, 12 Aug 2000
|
lstat
|

|

|
(PHP3 , PHP4 ) stat -- ファイルに関する情報を取得する 説明array stat (string filename)
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
* - st_blksizeタイプをサポートしているシステムでのみ有効です。
その他のシステム(たとえばWindowsなど)では-1を返します。
この関数の結果はキャッシュされます。詳細は、
clearstatcache()を参照下さい。

|

|
rmdir
|
Updated Sat, 12 Aug 2000
|
lstat
|

|

|
|
|