curl_exec

 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.