cURL 函数
在线手册:中文  英文

curl_multi_setopt

(PHP 5 >= 5.5.0)

curl_multi_setoptSet an option for the cURL multi handle

说明

bool curl_multi_setopt ( resource $mh , int $option , mixed $value )

Warning

本函数还未编写文档,仅有参数列表。

参数

mh

option

One of the CURLMOPT_* constants.

value

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE


cURL 函数
在线手册:中文  英文
易百教程