← All docs

curl_multi_strerror()

Returns string describing error code.

curl_multi_strerror()

function curl_multi_strerror(int $error_code): string

Returns string describing error code.

Parameters:

  • $error_code (int)

Returns: string

Availability

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

Internals

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