Home
last modified time | relevance | path

Searched refs:curl_multi_get_handles (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/curl/tests/
H A Dcurl_multi_get_handles.phpt2 array curl_multi_get_handles ( CurlMultiHandle $mh );
20 printf("%d handles are attached\n", count(curl_multi_get_handles($mh)));
42 printf("%d handles are attached\n", count(curl_multi_get_handles($mh)));
44 printf("%d handles are attached\n", count(curl_multi_get_handles($mh)));
55 printf("%d handles are attached\n", count(curl_multi_get_handles($mh)));
/php-src/
H A DNEWS14 . Added curl_multi_get_handles(). (timwolla)
H A DUPGRADING94 . curl_multi_get_handles() allows retrieving all CurlHandles current
/php-src/ext/curl/
H A Dmulti.c177 PHP_FUNCTION(curl_multi_get_handles) in PHP_FUNCTION() argument
H A Dcurl_arginfo.h160 ZEND_FUNCTION(curl_multi_get_handles);
198 ZEND_FE(curl_multi_get_handles, arginfo_curl_multi_get_handles)
H A Dcurl.stub.php3705 function curl_multi_get_handles(CurlMultiHandle $multi_handle): array {} function

Completed in 18 milliseconds