File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 92226911a09278dd440b836583bf382c629cfc63 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: e59d2eff8265de6b53b5e392a6ea62cec39ef7af Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<refentry xml : id =" function.curl-multi-close" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
77 <refname >curl_multi_close</refname >
8- <refpurpose >cURL ハンドルのセットを閉じる </refpurpose >
8+ <refpurpose >マルチハンドルから全てのcURL ハンドルのを削除する </refpurpose >
99 </refnamediv >
1010
1111 <refsect1 role =" description" >
1414 <type >void</type ><methodname >curl_multi_close</methodname >
1515 <methodparam ><type >CurlMultiHandle</type ><parameter >multi_handle</parameter ></methodparam >
1616 </methodsynopsis >
17- ¬e.resource-migration-8.0-dead-function;
1817 <para >
19- cURL ハンドルのセットを閉じます。
18+ <classname >CurlMultiHandle</classname >
19+ にアタッチされた全ての <classname >CurlHandle</classname >
20+ を削除します。
21+ それぞれの <classname >CurlHandle</classname >
22+ に対して <function >curl_multi_remove_handle</function >
23+ がコールされたかのように動作します。
24+ </para >
25+ <para >
26+ PHP 8.0.0 より前のバージョンでは、
27+ この関数は cURL のマルチハンドルリソースもクローズし、
28+ 利用できない状態にしていました。
2029 </para >
2130 </refsect1 >
2231
You can’t perform that action at this time.
0 commit comments