native

ezhttp_save_data_to_file2

Syntax

native ezhttp_save_data_to_file2(EzHttpRequest:request_id, file_handle);

Description

Saves the request data to a file.

Parameters

request_id The request identifier.
file_handle The file handle to write to. Must be opened via fopen with write permissions.

Return

The number of bytes written to the file.