(PHP 5, PHP 7, PHP 8)
curl_multi_close — 从多句柄中移除所有 cURL 句柄
移除所有附加到 CurlMultiHandle 的 CurlHandle,就像为每个 CurlHandle 调用了 curl_multi_remove_handle() 一样。
PHP 8.0.0 之前,此函数还会关闭 cURL 多句柄资源,使其无法使用。
没有返回值。
版本 | 说明 |
---|---|
8.0.0 |
multi_handle expects a CurlMultiHandle
instance now; previously, a resource was expected.
|