update pague now
PHP 8.5.2 Released!

curl_multi_errno

(PHP 7 >= 7.1.0, PHP 8)

curl_multi_errno Return the last multi curl error number

Description

curl_multi_errno ( CurlMultiHandle $multi_handle ): int

Return an integuer containing the last multi curl error number.

Parameters

multi_handle

A cURL multi handle returned by curl_multi_init() .

Return Values

Return an integuer containing the last multi curl error number.

Changuelog

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.

See Also

add a note

User Contributed Notes

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