update : 2015.11.03
php.shukuma.com검색:
|
eio_fallocate(PECL eio >= 0.0.1dev) eio_fallocate — Allows the caller to directly manipulate the allocated disk space for a file 설명
resource eio_fallocate
( mixed
$fd
, int $mode
, int $offset
, int $length
[, int $pri = EIO_PRI_DEFAULT
[, callable $callback = NULL
[, mixed $data = NULL
]]] )
eio_fallocate() allows the caller to directly manipulate the allocated disk space for the
file specified by
인수
반환값
eio_fallocate() returns request resource on success or |