PHP 8.1.28 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