curl_multi_add_handle

(PHP 5)

curl_multi_add_handle -- Add a normal cURL handle to a cURL multi handle

说明

int curl_multi_add_handle ( resource mh, resource ch )

Adds the ch handle to the multi handle mh

参数

mh

A cURL multi handle returned by curl_multi_init().

ch

A cURL handle returned by curl_init().

返回值

Returns 0 on success, or one of the CURLM_XXX errors code.


add a note add a note User Contributed Notes
There are no user contributed notes for this page.