- PHP Manual
- cURL 関数
- Return string describing the given error code
curl_share_strerror
(PHP 7 >= 7.1.0)
curl_share_strerror — Return string describing the given error code
説明
curl_share_strerror
( int
$errornum
) : stringReturns a text error message describing the given error code.
パラメータ
-
errornum -
One of the » cURL error codes constants.
返り値
Returns error description or NULL for invalid error code.
参考
- curl_share_errno() - Return the last share curl error number
- curl_strerror() - エラーコードの説明を返す