PHP.nl

dio_read

dio_read

Reads bytes from a file descriptor

string **dio_read** resource $fd int $len

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

fd The file descriptor returned by . dio_open

len The number of bytes to read. If not specified, reads 1K sized block. dio_read

The bytes read from . fd

dio_write