fwrite_blocks
- Синтаксис
-
native fwrite_blocks(file, const any:data[], blocks, mode);
Переменная | Описание |
---|---|
file |
Handle to the file |
data |
Array of items to write |
blocks |
Number of items in the array |
mode |
Size of each item in the array in bytes Valid sizes are 1, 2, or 4. See BLOCK_* constants |
- Описание
- Writes binary data to a file.
- Возвращает
- Number of elements written