Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.dio-write.html
Дата изменения: Sun Feb 3 22:37:29 2002
Дата индексирования: Tue Oct 2 02:59:49 2012
Кодировка:
dio_write

dio_write

(PHP 4 CVS only)

dio_write --  Writes data to fd with optional truncation at length

Description

int dio_write ( resource fd, string data [, int len])

The function dio_write() writes up to len bytes from data to file fd. If len is not specified, dio_write() writes all data to the specified file. dio_write() returns the number of bytes written to fd.