Skip to content

Commit 2e4a2c6

Browse files
committed
curl-multi-select.xml Replace curl_multi to cURL multi handle
php/doc-en@5264097
1 parent 924b80c commit 2e4a2c6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 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: f414967c2c80702de6401191034d9837a2801dc1 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 52640977d08c65c9f801c04ef9101d4347fc2177 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,9 +15,7 @@
1515
<methodparam choice="opt"><type>float</type><parameter>timeout</parameter><initializer>1.0</initializer></methodparam>
1616
</methodsynopsis>
1717
<para>
18-
スクリプトの実行をブロックし、次の <function>curl_multi_exec</function> の呼び出しで
19-
cURL マルチハンドルに関連付けられた cURL ハンドルが処理を進められるようになるか、
20-
タイムアウトになるまで待機します(どちらか早い方が適用されます)。
18+
cURL マルチハンドルに関連付けられた、何らかの処理があるまでブロックします。
2119
</para>
2220

2321
</refsect1>
@@ -42,10 +40,9 @@
4240
<refsect1 role="returnvalues">
4341
&reftitle.returnvalues;
4442
<para>
45-
成功した場合は、記述子セットに含まれる記述子の数を返します
43+
成功した場合は、記述子セットに含まれるアクティブな記述子の数を返します
4644
どの記述子上にもアクティビティがなかった場合は、結果が <literal>0</literal> になることもあります。
47-
<literal>select()</literal> に失敗した場合は <literal>-1</literal> を返し、それ以外の失敗時は
48-
( <literal>select()</literal> システムコールから) タイムアウトします。
45+
(<literal>select()</literal> システムコールから) select に失敗した場合は <literal>-1</literal> を返します。
4946
</para>
5047
</refsect1>
5148

0 commit comments

Comments
 (0)