PHP curl_multi_select function

Like this blog? Consider exploring one of our sponsored banner ads...

curl_multi_select

(PHP 5)

curl_multi_select — Get all the sockets associated with the cURL extension, which can then be “selected”Descriptionint curl_multi_select ( resource mh [, float timeout] )

Warning

This function is
currently not documented; only the argument list is
available.

Parameters

mh

A cURL multi handle returned by
curl_multi_init().

timeout


See Also

curl_multi_init()



About this entry