Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.dio-read.html
Дата изменения: Sun Feb 3 22:37:29 2002
Дата индексирования: Mon Oct 1 21:26:51 2012
Кодировка:
dio_read

dio_read

(PHP 4 CVS only)

dio_read --  Reads n bytes from fd and returns them, if n is not specified, reads 1k block

Description

string dio_read ( resource fd [, int n])

The function dio_read() reads and returns n bytes from file with descriptor resource. If n is not specified, dio_read() reads 1K sized block and returns them.