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 — Bir dosya tanıtıcısından baytları okur
dio_read() işlevi, dt dosya
tanıtıcısını okur ve uzunluk baytını döndürür.
dtdio_open() işlevinden dönmüş bir dosya tanıtıcısı.
uzunlukOkunacak baytların sayısı. Belirtilmezse, dio_read() işlevi veriyi 1K'lık bloklar halinde okur.
dt'den okunan baytlarla döner.
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.