Statement on glibc/iconv Vulnerability

curl_share_strerror

(PHP 7 >= 7.1.0, PHP 8)

curl_share_strerrorReturn string describing the given error code

Descrizione

curl_share_strerror(int $error_code): ?string

Returns a text error message describing the given error code.

Elenco dei parametri

error_code

One of the » cURL error codes constants.

Valori restituiti

Returns error description or null for invalid error code.

Vedere anche:

add a note

User Contributed Notes

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