|
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
( int $fd
, int $mode
, int $offset
, int $length
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]] )
eio_fallocate() allows the caller to directly manipulate the allocated disk space for the file specified by fd file descriptor for the byte range starting at offset and continuing for length bytes.
Список параметров
Возвращаемые значенияeio_fallocate() returns request resource on success or FALSE on error. |
|