PHP 8.4.2 Released!

curl_multi_strerror

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

curl_multi_strerrorエラーの内容を表す文字列を返す

説明

curl_multi_strerror(int $error_code): ?string

指定した CURLM_* エラーコードに対応するエラーメッセージの文字列を返します。

パラメータ

error_code

CURLM_* 定数のいずれか。

戻り値

有効なエラーコードを指定した場合は、それに対応する文字列を返します。それ以外の場合は null を返します。

参考

add a note

User Contributed Notes

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