- PHP Manual
- cURL Funktionen
- Return string describing the given error code
curl_share_strerror
(PHP 7 >= 7.1.0, PHP 8)
curl_share_strerror — Return string describing the given error code
Beschreibung
curl_share_strerror(int
$error_code
): ?stringReturns a text error message describing the given error code.
Parameter-Liste
-
error_code
-
One of the » cURL error codes constants.
Rückgabewerte
Returns error description or null
for invalid error code.
Siehe auch
- curl_share_errno() - Return the last share curl error number
- curl_strerror() - Return string describing the given error code
Hier Kannst Du einen Kommentar verfassen
Es sind noch keine Kommentare vorhanden.