cURL Funktionen
PHP Manual

curl_share_strerror

(PHP 7 >= 7.1.0)

curl_share_strerrorReturn string describing the given error code

Beschreibung

string curl_share_strerror ( int $errornum )

Returns a text error message describing the given error code.

Parameter-Liste

errornum

One of the » cURL error codes constants.

Rückgabewerte

Returns error description or NULL for invalid error code.

Siehe auch


cURL Funktionen
PHP Manual