mixed curl_exec ( resource $ch )
Execute the given cURL session. This function should be called after initializing a cURL session and all the options for the session are set.
Returns TRUE on success or FALSE on failure. However, if the CURLOPT_RETURNTRANSFER option is set, it will return the result on success, FALSE on failure.