dio_read

Example

 string dio_read ( resource $fd [, int $len = 1024 ] ) 

Description

The function dio_read() reads and returns len bytes from file with descriptor fd.

Return Values

The bytes read from fd.