| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
eio_lstat(PECL eio >= 0.0.1dev) eio_lstat — ファイルの状態を取得する 説明
eio_lstat() は、
パラメータ
返り値
eio_lstat()
は、成功した場合にリクエストリソースを返します。エラー時に 例例1 eio_lstat() の例
<?php上の例の出力は、 たとえば以下のようになります。
string(9) "eio_lstat"
array(12) {
["st_dev"]=>
int(2050)
["st_ino"]=>
int(2099197)
["st_mode"]=>
int(33188)
["st_nlink"]=>
int(1)
["st_uid"]=>
int(1000)
["st_gid"]=>
int(100)
["st_rdev"]=>
int(0)
["st_blksize"]=>
int(4096)
["st_blocks"]=>
int(0)
["st_atime"]=>
int(1318235777)
["st_mtime"]=>
int(1318235777)
["st_ctime"]=>
int(1318235777)
}
参考
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「eio_lstat - ファイルの状態を取得する」をGoogle検索
|