Note that dio_read on Windows (other platforms unknown) will not timeout if there is no data to read. There is no way to specify a timeout or do a non-blocking read on Windows.
(PHP 4 >= 4.2.0, PHP 5 < 5.1.0)
dio_read — Leer bytes de un descriptor de fichero
La función dio_read() lee y devuelve
len
bytes de fichero con descriptor
fd
.
fd
El fichero descriptor devuelto pordio_open().
len
El número de bytes a leer. Si no se especifica la lectura es de bloques de 1K dio_read()
La bytes leídos desde fd
.
Note that dio_read on Windows (other platforms unknown) will not timeout if there is no data to read. There is no way to specify a timeout or do a non-blocking read on Windows.