curl_exec

Example

 mixed curl_exec ( resource $ch ) 

Description

Execute the given cURL session. This function should be called after initializing a cURL session and all the options for the session are set.

Return Values

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.