(PHP 7 >= 7.1.0, PHP 8)
curl_multi_errno — Return the last multi curl error number
Return an integer containing the last multi curl error number.
multi_handle
A cURL multi handle returned by curl_multi_init().
Return an integer containing the last multi curl error number.
Version | Description |
---|---|
8.0.0 |
The function no longer returns false on failure.
|
8.0.0 |
multi_handle expects a CurlMultiHandle
instance now; previously, a resource was expected.
|