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

search for in the

curl_multi_select> <curl_multi_init
Last updated: Fri, 10 Oct 2008

view this page in

curl_multi_remove_handle

(PHP 5)

curl_multi_remove_handlecURL ハンドルのセットからマルチハンドルを削除する

説明

int curl_multi_remove_handle ( resource $mh , resource $ch )

指定した ch ハンドルを、mh ハンドルから削除します。 ch ハンドルが削除されてからも、このハンドルで curl_exec() を実行できます。 使用中のハンドルを削除する際には、進行中の転送をきちんと停止します。

パラメータ

mh

curl_multi_init() が返す cURL マルチハンドル。

ch

curl_init() が返す cURL ハンドル。

返り値

成功した場合に cURL ハンドル、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
curl_multi_remove_handle
Teg
04-Mar-2008 01:05
The return value is a CURL Error code (CURLE_OK if successful) and not "false or a curl handle". See http://curl.haxx.se/libcurl/c/curl_multi_remove_handle.html

curl_multi_select> <curl_multi_init
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites