← All docs

curl_multi_errno()

Returns the last multi curl error number.

curl_multi_errno()

function curl_multi_errno(CurlMultiHandle $multi_handle): int

Returns the last multi curl error number.

Parameters:

  • $multi_handle (CurlMultiHandle)

Returns: int

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how curl_multi_errno is implemented in the compiler, see the internals page.