HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

curl_share_strerror

Description

The curl_share_strerror of cURL for PHP return string describing the given error code.

Syntax

curl_share_strerror(
    int $error_code
): ?string

Parameters

error_code

One of the cURL error codes constants.

Return

Returns error description or null for invalid error code.