cURL
remote.otherDescription
Client URL Library- curl_close (ch) - Close a cURL session
- curl_copy_handle (ch) - Copy a cURL handle along with all of its preferences
- curl_errno (ch) - Return the last error number
- curl_error (ch) - Return a string containing the last error for the current session
- curl_exec (ch) - Perform a cURL session
- curl_getinfo (ch, opt) - Get information regarding a specific transfer
- curl_init (url) - Initialize a cURL session
- curl_multi_add_handle (mh, ch) - Add a normal cURL handle to a cURL multi handle
- curl_multi_close (mh) - Close a set of cURL handles
- curl_multi_exec (mh, still_running) - Run the sub-connections of the current cURL handle
- curl_multi_getcontent (ch) - Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
- curl_multi_info_read (mh, msgs_in_queue) - Get information about the current transfers
- curl_multi_init (mh, msgs_in_queue) - Returns a new cURL multi handle
- curl_multi_remove_handle (mh, ch) - Remove a multi handle from a set of cURL handles
- curl_multi_select (mh, timeout) - Wait for activity on any curl_multi connection
- curl_setopt (mh, timeout) - Set an option for a cURL transfer
- curl_setopt_array (ch, options) - Set multiple options for a cURL transfer
- curl_version (age) - Gets cURL version information
