eio_write

 resource eio_write ( int $fd , string &$str [, int $length [, int $offset [, int $pri = EIO_PRI_DEFAULT [, mixed $callback = NULL [, mixed $data = NULL ]]]]] ) 

説明

eio_write() writes up to length bytes from str at offset offset from the beginning of the file.

戻り値

eio_write() returns request resource on success or FALSE on error.