eio_fallocate
eio_fallocate
(PECL eio >= 0.0.1dev)
eio_fallocate — Allows the caller to directly manipulate the allocated disk space for a file
Description
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 fd
file descriptor for the byte range starting at offset
and continuing for lengt