curl_multi_add_handle
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Add a normal cURL handle to a cURL multi handle
Description
curl_multi_add_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int
Adds the handle handle to the multi handle multi_handle
Parameters
Return Values
Returns 0 on success, or one of the CURLM_* errors code.
Changelog
| Version | Description |
|---|