File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
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: 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments