|
eio_readaheadPerform file readahead into page cache Description
resource eio_readahead
( mixed
$fd
, int $offset
, int $length
[, int $pri = EIO_PRI_DEFAULT
[, callable $callback = NULL
[, mixed $data = NULL
]]] )eio_readahead populates the page cache with data from a file so that subsequent reads from that file will not block on disk I/O. See READAHEAD(2) man page for details. Parameters
Return Values
eio_readahead returns request resource on success or |