(PHP 5, PHP 7, PHP 8)
curl_multi_remove_handle — Remove a handle from a set of cURL handles
Removes a given handle from the given multi_handle.
When the handle has been removed, it is again perfectly
legal to run curl_exec() on this handle. Removing the handle while being
used, will effectively halt the transfer in progress involving that handle.
mhМультидескриптор cURL, якого повертає curl_multi_init().
chcURL-дескриптор, якого повертає curl_init().
Returns 0 on success, or one of the CURLM_* error
codes.
| Версія | Опис |
|---|---|
| 8.0.0 |
multi_handle тепер має бути примірником класу
CurlMultiHandle; раніше очікувався
resource.
|
| 8.0.0 |
handle тепер має бути примірником класу
CurlHandle; раніше очікувався resource.
|