PHP curl_multi_add_handle function
Like this blog? Consider exploring one of our sponsored banner ads...
curl_multi_add_handle
(PHP 5)
curl_multi_add_handle — Add a normal cURL handle to a cURL multi handleDescriptionint 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().
A cURL handle returned by
curl_init().
Return Values
Returns 0 on success, or one of the CURLM_XXX errors
code.
curl_multi_remove_handle()curl_multi_init()curl_init()
About this entry
You’re currently reading “PHP curl_multi_add_handle function,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]