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

search for in the

curl_setopt_array> <curl_multi_remove_handle
Last updated: Mon, 26 Nov 2007

view this page in

curl_multi_select

(PHP 5)

curl_multi_select — Get all the sockets associated with the cURL extension, which can then be "selected"

说明

int curl_multi_select ( resource $mh [, float $timeout ] )

Get all the sockets associated with the cURL extension, which can then be "selected".

参数

mh

A cURL multi handle returned by curl_multi_init().

timeout

Time, in seconds, to wait for a response.

返回值

On success, returns the number of descriptors contained in, the descriptor sets. On failure, this function will return FALSE.



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

curl_setopt_array> <curl_multi_remove_handle
Last updated: Mon, 26 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites