(PHP 7 >= 7.1.0)
curl_multi_errno — Return the last multi curl error number
Return an integer containing the last multi curl error number.
mh
Un multi-handle cURL întors de curl_multi_init().
Return an integer containing the last multi curl error number.
Versiune | Descriere |
---|---|
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.
|