downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

curl_multi_close> <curl_init
[edit] Last updated: Tue, 21 May 2013

view this page in

curl_multi_add_handle

(PHP 5)

curl_multi_add_handle Aggiunge un handle cURL ad un multi handle cURL

Descrizione

int curl_multi_add_handle ( resource $mh , resource $ch )
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Vedere anche curl_multi_init(), curl_init() e curl_multi_remove_handle().



add a note add a note User Contributed Notes curl_multi_add_handle - [1 notes]
up
0
Anonymous
5 months ago
The 'do' loop in this example will cycle indefinitely until all curl downloads complete, needlessly using CPU cycles.  A much better way is to block while dowloads are in progress.  Refer to the example code on the curl_multi_exec() page instead, which does this!

 
show source | credits | sitemap | contact | advertising | mirror sites