update : 2015.11.03
php.shukuma.com검색:
|
eio_fstat(PECL eio >= 0.0.1dev) eio_fstat — Get file status 설명
eio_fstat() returns file status information in
인수
반환값
eio_busy() returns request resource on success or 예제Example #1 eio_lstat() example
<?php 위 예제의 출력 예시: array(12) { ["st_dev"]=> int(2050) ["st_ino"]=> int(2489159) ["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(1318239506) ["st_mtime"]=> int(1318239506) ["st_ctime"]=> int(1318239506) } 참고
|