略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: curl_multi_errno

2024-04-28

curl_multi_errno

(PHP 7 >= 7.1.0, PHP 8)

curl_multi_errno返回上一次 curl 批处理的错误码

说明

curl_multi_errno(resource $mh): int

返回一个整型数字,为上次 curl 批处理错误码。

参数

multi_handle

curl_multi_init() 返回的 cURL 多个句柄。

返回值

返回整型数字,包含上次 curl 批处理的错误码, 或者在失败时返回 false

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.curl-multi-errno.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3