curl_setopt

Example

 bool curl_setopt ( resource $ch , int $option , mixed $value ) 

Description

Sets an option on the given cURL session handle.

Return Values

Returns TRUE on success or FALSE on failure.