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