curl_multi_errno

(PHP 7 >= 7.1.0, PHP 8)

curl_multi_errnoReturn the last multi curl error number

Beschreibung

curl_multi_errno ( CurlMultiHandle $multi_handle ) : int

Return an integer containing the last multi curl error number.

Parameter-Liste

multi_handle

Ein von curl_multi_init() zurückgegebenes cURL-Multihandle.

Rückgabewerte

Return an integer containing the last multi curl error number.

Changelog

Version Beschreibung
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.

Siehe auch

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top