Edit

Curl_Close (curlhandle)

Result Type:  no return value

Definition:  Releases the curl handle. Call this when you are finished with the handle (if you fail to do so, it will be garbage collected automatically when the script is unloaded).

Availability:  available within MWScript handlers.

See Also:

Base64Decode: String from a base64 encoding

Base64Encode: Base64 of a string

Curl_Exec: Execute a CURL session

Curl_GetInfo: Get information about a CURL transfer

Curl_Init: Start a CURL session

Curl_StrError: Get an error message from a CURL object

URLEncode: Convert url unsafe characters in a string to "%xx”