eio_read

Example

 resource eio_read ( int $fd , int $length , int $offset , int $pri , mixed $callback [, mixed $data = NULL ] ) 

Description

eio_read() reads up to length bytes from fd file descriptor at offset. The read bytes are stored in result argument of callback.

Return Values

eio_read() stores read bytes in result argument of callback function.