curl_multi_setopt
curl_multi_setopt
Set a cURL multi option
bool **curl_multi_setopt** CurlMultiHandle $multi_handle int $option mixed $value
Sets an option on the given cURL multi handle.
option
One of the constants.
CURLMOPT_*
value
The value to be set on .
See the description of the
constants
for details on the type of values each constant expects.
option``CURLMOPT_*
return.success