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.