resource eio_read ( int $fd , int $length , int $offset , int $pri , mixed $callback [, mixed $data = NULL ] )
eio_read() reads up to length bytes from fd file descriptor at offset. The read bytes are stored in result argument of callback.
eio_read() stores read bytes in result argument of callback function.