PHP 8.3.4 Released!

curl_share_strerror

(PHP 7 >= 7.1.0, PHP 8)

curl_share_strerror与えられたエラーコードを説明する文字列を返す

説明

curl_share_strerror(int $error_code): ?string

与えられたエラーコードを説明する、テキストのエラーメッセージを返します。

パラメータ

error_code

» cURL エラーコード のうちのひとつ。

戻り値

エラーの説明を返します。 不正なエラーコードの場合は、null を返します。

参考

add a note

User Contributed Notes

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