(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
Ein von curl_multi_init() zurückgegebenes cURL-Multihandle.
Return an integer containing the last multi curl error number.
Version | Beschreibung |
---|---|
8.0.0 |
The function no longer returns false on failure.
|
8.0.0 |
multi_handle erwartet nun eine
CurlMultiHandle-Instanz; vorher wurde eine
Ressource erwartet.
|