Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Disables collecting data for Result functions.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | Whether to write data to files only and avoid storing data in memory. | 1 |
Returns "OK" on success or error message.
Write data only to file:
MBS( "CURL.SetOptionFileOnlyMode"; $curl; 1 )
MBS( "CURL.CreateOutputFile"; $curl; "/tmp/download.dat" )
Also record data in memory:
MBS( "CURL.CreateOutputFile"; $curl; "/tmp/download.dat" )
MBS( "CURL.SetOptionFileOnlyMode"; $curl; 0 )
This function checks for a license.
Created 18th August 2014, last changed 3th December 2021