Skip to content

Commit e0081d1

Browse files
committed
curl: Fix curl_multi_close() description
php/doc-en@e59d2ef
1 parent 3a000bf commit e0081d1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

reference/curl/functions/curl-multi-close.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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">
@@ -14,9 +14,18 @@
1414
<type>void</type><methodname>curl_multi_close</methodname>
1515
<methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
1616
</methodsynopsis>
17-
&note.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

0 commit comments

Comments
 (0)