Skip to content

Commit f0c26c5

Browse files
committed
partial revert 2e4a2c6
curl-multi-select.xml の doc-en の最新版を確認し、必要な部分だけ revert
1 parent 20964cc commit f0c26c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 52640977d08c65c9f801c04ef9101d4347fc2177 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: f414967c2c80702de6401191034d9837a2801dc1 Maintainer: takagi Status: ready -->
44
<refentry xml:id="function.curl-multi-select" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>curl_multi_select</refname>
@@ -15,7 +15,9 @@
1515
<methodparam choice="opt"><type>float</type><parameter>timeout</parameter><initializer>1.0</initializer></methodparam>
1616
</methodsynopsis>
1717
<para>
18-
cURL マルチハンドルに関連付けられた、何らかの処理があるまでブロックします。
18+
スクリプトの実行をブロックし、次の <function>curl_multi_exec</function> の呼び出しで
19+
cURL マルチハンドルに関連付けられた cURL ハンドルが処理を進められるようになるか、
20+
タイムアウトになるまで待機します(どちらか早い方が適用されます)。
1921
</para>
2022

2123
</refsect1>

0 commit comments

Comments
 (0)