|
339 | 339 | <listitem>
|
340 | 340 | <para>
|
341 | 341 | cURL が保持しているすべてのクッキーを保存するファイル名を <type>string</type> で指定します。
|
342 |
| - 書込はcURL ハンドルが破棄されたときにおこなわれます。 |
| 342 | + 書込は cURL ハンドルが破棄されたときにおこなわれます。 |
343 | 343 | cURL 7.9.0 以降で利用可能です。
|
344 | 344 | <warning>
|
345 | 345 | <simpara>
|
|
755 | 755 | </term>
|
756 | 756 | <listitem>
|
757 | 757 | <para>
|
758 |
| - Pass a <type>callable</type> that will be used for wildcard matching. |
759 |
| - The signature of the callback should be: |
| 758 | + ワイルドカードのマッチングに用いられる <type>callable</type> を渡します。 |
| 759 | + コールバックのシグニチャは以下のとおりです。 |
760 | 760 | <methodsynopsis>
|
761 | 761 | <type>int</type><methodname><replaceable>callback</replaceable></methodname>
|
762 | 762 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
768 | 768 | <term><parameter>curlHandle</parameter></term>
|
769 | 769 | <listitem>
|
770 | 770 | <simpara>
|
771 |
| - The cURL handle. |
| 771 | + cURL ハンドル。 |
772 | 772 | </simpara>
|
773 | 773 | </listitem>
|
774 | 774 | </varlistentry>
|
775 | 775 | <varlistentry>
|
776 | 776 | <term><parameter>pattern</parameter></term>
|
777 | 777 | <listitem>
|
778 | 778 | <simpara>
|
779 |
| - The wildcard pattern. |
| 779 | + ワイルドカードパターン。 |
780 | 780 | </simpara>
|
781 | 781 | </listitem>
|
782 | 782 | </varlistentry>
|
783 | 783 | <varlistentry>
|
784 | 784 | <term><parameter>string</parameter></term>
|
785 | 785 | <listitem>
|
786 | 786 | <simpara>
|
787 |
| - The <type>string</type> to run the wildcard pattern matching on. |
| 787 | + ワイルドカードパターンとマッチしているか判定する <type>string</type>。 |
788 | 788 | </simpara>
|
789 | 789 | </listitem>
|
790 | 790 | </varlistentry>
|
791 | 791 | </variablelist>
|
792 |
| - The callback should return |
793 |
| - <constant>CURL_FNMATCHFUNC_MATCH</constant> if pattern matches the <type>string</type>, |
794 |
| - <constant>CURL_FNMATCHFUNC_NOMATCH</constant> if not |
795 |
| - or <constant>CURL_FNMATCHFUNC_FAIL</constant> if an error occurred. |
| 792 | + この関数は、パターンが <type>string</type> とマッチしていれば <constant>CURL_FNMATCHFUNC_MATCH</constant> を、 |
| 793 | + していなければ <constant>CURL_FNMATCHFUNC_NOMATCH</constant> を、 |
| 794 | + エラー時は <constant>CURL_FNMATCHFUNC_FAIL</constant> を返さなければなりません。 |
796 | 795 | cURL 7.21.0 以降で利用可能です。
|
797 | 796 | </para>
|
798 | 797 | </listitem>
|
|
819 | 818 | </term>
|
820 | 819 | <listitem>
|
821 | 820 | <para>
|
822 |
| - Set to &true; to force the connection to explicitly |
823 |
| - close when it has finished processing, and not be pooled for reuse. |
| 821 | + &true; を指定すると、処理が完了したとき明示的に接続を閉じ、 |
| 822 | + 再利用のためにプールしないようになります。 |
824 | 823 | cURL 7.7.0 以降で利用可能です。
|
825 | 824 | </para>
|
826 | 825 | </listitem>
|
|
832 | 831 | </term>
|
833 | 832 | <listitem>
|
834 | 833 | <para>
|
835 |
| - Set to &true; to force the use of a new connection |
836 |
| - instead of a cached one. |
| 834 | + &true; を指定すると、キャッシュされた接続を使う代わりに |
| 835 | + 必ず新しい接続を用います。 |
837 | 836 | cURL 7.7.0 以降で利用可能です。
|
838 | 837 | </para>
|
839 | 838 | </listitem>
|
|
845 | 844 | </term>
|
846 | 845 | <listitem>
|
847 | 846 | <para>
|
848 |
| - Set to &true; to append to the remote file instead of |
849 |
| - overwriting it. |
| 847 | + &true; を指定すると、リモートのファイルを上書きするのではなく、 |
| 848 | + 追記するようになります。 |
850 | 849 | cURL 7.1.0 以降で利用可能ですが、cURL 7.16.4 以降は非推奨となりました。
|
851 | 850 | </para>
|
852 | 851 | </listitem>
|
|
1132 | 1131 | </term>
|
1133 | 1132 | <listitem>
|
1134 | 1133 | <para>
|
1135 |
| - 以下のシグニチャに従う <type>callable</type> を指定します。 |
| 1134 | + 以下のシグニチャの <type>callable</type> を指定します。 |
1136 | 1135 | <methodsynopsis>
|
1137 | 1136 | <type>int</type><methodname><replaceable>callback</replaceable></methodname>
|
1138 | 1137 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
1156 | 1155 | </listitem>
|
1157 | 1156 | </varlistentry>
|
1158 | 1157 | </variablelist>
|
1159 |
| - このコールバックは、書き込んだバイト数を返すべきです。 |
| 1158 | + このコールバックは、書き込んだバイト数を返さなければなりません。 |
1160 | 1159 | cURL 7.7.2 以降で利用可能です。
|
1161 | 1160 | </para>
|
1162 | 1161 | </listitem>
|
|
1236 | 1235 | </term>
|
1237 | 1236 | <listitem>
|
1238 | 1237 | <para>
|
1239 |
| - A bitmask of HTTP authentication method(s) to use. The options are: |
| 1238 | + 使用する HTTP 認証方法のビットマスクです。選択肢は以下のとおりです。 |
1240 | 1239 | <simplelist type="inline">
|
1241 | 1240 | <member><constant>CURLAUTH_BASIC</constant></member>
|
1242 | 1241 | <member><constant>CURLAUTH_DIGEST</constant></member>
|
|
1245 | 1244 | <member><constant>CURLAUTH_AWS_SIGV4</constant></member>
|
1246 | 1245 | <member><constant>CURLAUTH_ANY</constant></member>
|
1247 | 1246 | <member><constant>CURLAUTH_ANYSAFE</constant></member>
|
1248 |
| - </simplelist>. |
1249 |
| - If more than one method is used, cURL will poll the server to see |
1250 |
| - what methods it supports and pick the best one. |
1251 |
| - <constant>CURLAUTH_ANY</constant> sets all bits. cURL will automatically select |
1252 |
| - the one it finds most secure. |
1253 |
| - <constant>CURLAUTH_ANYSAFE</constant> sets all bits except <constant>CURLAUTH_BASIC</constant>. |
1254 |
| - cURL will automatically select the one it finds most secure. |
| 1247 | + </simplelist> |
| 1248 | + 2つ以上の認証方法を指定した場合、cURL はサーバがどの認証方法をサポートしているか |
| 1249 | + 問い合わせ、最適なものを選択します。 |
| 1250 | + <constant>CURLAUTH_ANY</constant> は全ビットをオンにします。cURL は自動的に |
| 1251 | + 最も安全だと思われるものを選択します。 |
| 1252 | + <constant>CURLAUTH_ANYSAFE</constant> は、<constant>CURLAUTH_BASIC</constant> を除いた全ビットをオンにします。 |
| 1253 | + cURL は自動的に最も安全だと思われるものを選択します。 |
1255 | 1254 | cURL 7.10.6 以降で利用可能です。
|
1256 | 1255 | </para>
|
1257 | 1256 | </listitem>
|
|
1390 | 1389 | </term>
|
1391 | 1390 | <listitem>
|
1392 | 1391 | <para>
|
1393 |
| - Set to a <type>string</type> with the name of the outgoing network interface to use. |
1394 |
| - This can be an interface name, an IP address or a host name. |
| 1392 | + 使用する送信ネットワークインターフェースの名前を <type>string</type> で指定します。 |
| 1393 | + インターフェース名、IP アドレス、ホスト名のいずれかが指定できます。 |
1395 | 1394 | cURL 7.1.0 以降で利用可能です。
|
1396 | 1395 | </para>
|
1397 | 1396 | </listitem>
|
|
1963 | 1962 | </term>
|
1964 | 1963 | <listitem>
|
1965 | 1964 | <para>
|
1966 |
| - A <type>callable</type> with the following signature: |
| 1965 | + 以下のシグニチャの <type>callable</type> を指定します。 |
1967 | 1966 | <methodsynopsis>
|
1968 | 1967 | <type>string</type><methodname><replaceable>callback</replaceable></methodname>
|
1969 | 1968 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
1975 | 1974 | <term><parameter>curlHandle</parameter></term>
|
1976 | 1975 | <listitem>
|
1977 | 1976 | <simpara>
|
1978 |
| - The cURL handle. |
| 1977 | + cURL ハンドル。 |
1979 | 1978 | </simpara>
|
1980 | 1979 | </listitem>
|
1981 | 1980 | </varlistentry>
|
|
2198 | 2197 | </term>
|
2199 | 2198 | <listitem>
|
2200 | 2199 | <para>
|
2201 |
| - A <type>callable</type> with the following signature: |
| 2200 | + 以下のシグニチャの <type>callable</type> を指定します。 |
2202 | 2201 | <methodsynopsis>
|
2203 | 2202 | <type>int</type><methodname><replaceable>callback</replaceable></methodname>
|
2204 | 2203 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
2212 | 2211 | <term><parameter>curlHandle</parameter></term>
|
2213 | 2212 | <listitem>
|
2214 | 2213 | <simpara>
|
2215 |
| - The cURL handle. |
| 2214 | + cURL ハンドル。 |
2216 | 2215 | </simpara>
|
2217 | 2216 | </listitem>
|
2218 | 2217 | </varlistentry>
|
|
2918 | 2917 | </term>
|
2919 | 2918 | <listitem>
|
2920 | 2919 | <para>
|
2921 |
| - A <type>callable</type> with the following signature: |
| 2920 | + 以下のシグニチャの <type>callable</type> を指定します。 |
2922 | 2921 | <methodsynopsis>
|
2923 | 2922 | <type>string</type><methodname><replaceable>callback</replaceable></methodname>
|
2924 | 2923 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
2930 | 2929 | <term><parameter>curlHandle</parameter></term>
|
2931 | 2930 | <listitem>
|
2932 | 2931 | <simpara>
|
2933 |
| - The cURL handle. |
| 2932 | + cURL ハンドル。 |
2934 | 2933 | </simpara>
|
2935 | 2934 | </listitem>
|
2936 | 2935 | </varlistentry>
|
|
3360 | 3359 | <listitem>
|
3361 | 3360 | <para>
|
3362 | 3361 | A <type>callable</type> that will be called when SSH host key verification is needed.
|
3363 |
| - The callback must have the following signature: |
| 3362 | + このコールバックは、以下のシグニチャである必要があります。 |
3364 | 3363 | <methodsynopsis>
|
3365 | 3364 | <type>int</type><methodname><replaceable>callback</replaceable></methodname>
|
3366 | 3365 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
3373 | 3372 | <term><parameter>curlHandle</parameter></term>
|
3374 | 3373 | <listitem>
|
3375 | 3374 | <simpara>
|
3376 |
| - The cURL handle. |
| 3375 | + cURL ハンドル。 |
3377 | 3376 | </simpara>
|
3378 | 3377 | </listitem>
|
3379 | 3378 | </varlistentry>
|
|
4226 | 4225 | </term>
|
4227 | 4226 | <listitem>
|
4228 | 4227 | <para>
|
4229 |
| - The URL to fetch. This can also be set when initializing a |
4230 |
| - session with <function>curl_init</function>. |
| 4228 | + 取得する URL を指定します。この設定は <function>curl_init</function> で |
| 4229 | + セッションを初期化する際にも指定できます。 |
4231 | 4230 | cURL 7.1.0 以降で利用可能です。
|
4232 | 4231 | </para>
|
4233 | 4232 | </listitem>
|
|
4256 | 4255 | </term>
|
4257 | 4256 | <listitem>
|
4258 | 4257 | <para>
|
4259 |
| - The contents of the <literal>User-Agent: </literal> header to be |
4260 |
| - used in a HTTP request. |
| 4258 | + HTTP リクエストで使われる <literal>User-Agent: </literal> ヘッダーの内容を指定します。 |
4261 | 4259 | cURL 7.1.0 以降で利用可能です。
|
4262 | 4260 | </para>
|
4263 | 4261 | </listitem>
|
|
4281 | 4279 | </term>
|
4282 | 4280 | <listitem>
|
4283 | 4281 | <para>
|
4284 |
| - A username and password formatted as |
4285 |
| - <literal>[username]:[password]</literal> to use for the |
4286 |
| - connection. |
| 4282 | + <literal>[username]:[password]</literal> の形で |
| 4283 | + 接続に用いるユーザー名とパスワードを指定します。 |
4287 | 4284 | cURL 7.1.0 以降で利用可能です。
|
4288 | 4285 | </para>
|
4289 | 4286 | </listitem>
|
|
4327 | 4324 | </term>
|
4328 | 4325 | <listitem>
|
4329 | 4326 | <para>
|
4330 |
| - A <type>callable</type> with the following signature: |
| 4327 | + 以下のシグニチャの <type>callable</type> を指定します。 |
4331 | 4328 | <methodsynopsis>
|
4332 | 4329 | <type>int</type><methodname><replaceable>callback</replaceable></methodname>
|
4333 | 4330 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
4338 | 4335 | <term><parameter>curlHandle</parameter></term>
|
4339 | 4336 | <listitem>
|
4340 | 4337 | <simpara>
|
4341 |
| - The cURL handle. |
| 4338 | + cURL ハンドル。 |
4342 | 4339 | </simpara>
|
4343 | 4340 | </listitem>
|
4344 | 4341 | </varlistentry>
|
|
4391 | 4388 | </term>
|
4392 | 4389 | <listitem>
|
4393 | 4390 | <para>
|
4394 |
| - A <type>callable</type> with the following signature: |
| 4391 | + 以下のシグニチャの <type>callable</type> を指定します。 |
4395 | 4392 | <methodsynopsis>
|
4396 | 4393 | <type>int</type><methodname><replaceable>callback</replaceable></methodname>
|
4397 | 4394 | <methodparam><type>resource</type><parameter>curlHandle</parameter></methodparam>
|
|
4405 | 4402 | <term><parameter>curlHandle</parameter></term>
|
4406 | 4403 | <listitem>
|
4407 | 4404 | <simpara>
|
4408 |
| - The cURL handle. |
| 4405 | + cURL ハンドル。 |
4409 | 4406 | </simpara>
|
4410 | 4407 | </listitem>
|
4411 | 4408 | </varlistentry>
|
|
4455 | 4452 | </term>
|
4456 | 4453 | <listitem>
|
4457 | 4454 | <para>
|
4458 |
| - A timeout in seconds cURL will wait for a response from an |
4459 |
| - <acronym>FTP</acronym>, <acronym>SFTP</acronym>, <acronym>IMAP</acronym>, |
4460 |
| - <acronym>SCP</acronym>, <acronym>SMTP</acronym>, or a <acronym>POP3</acronym> server. |
4461 |
| - This option replaces the existing <constant>CURLOPT_FTP_RESPONSE_TIMEOUT</constant> |
4462 |
| - option which is deprecated in cURL 7.85.0. |
| 4455 | + サーバからのレスポンスを cURL が待機するタイムアウト秒数を指定します。この設定が使われるのは、 |
| 4456 | + <acronym>FTP</acronym> サーバ、<acronym>SFTP</acronym> サーバ、<acronym>IMAP</acronym> サーバ、 |
| 4457 | + <acronym>SCP</acronym> サーバ、<acronym>SMTP</acronym> サーバ、<acronym>POP3</acronym> サーバです。 |
| 4458 | + このオプションは、cURL 7.85.0 で非推奨となった |
| 4459 | + <constant>CURLOPT_FTP_RESPONSE_TIMEOUT</constant> を置き換えます。 |
4463 | 4460 | PHP 8.4.0 以降で利用可能です。
|
4464 | 4461 | </para>
|
4465 | 4462 | </listitem>
|
|
4503 | 4500 | <term><parameter>curlHandle</parameter></term>
|
4504 | 4501 | <listitem>
|
4505 | 4502 | <simpara>
|
4506 |
| - The cURL handle. |
| 4503 | + cURL ハンドル。 |
4507 | 4504 | </simpara>
|
4508 | 4505 | </listitem>
|
4509 | 4506 | </varlistentry>
|
|
4563 | 4560 | This option requires <constant>CURLOPT_VERBOSE</constant> option enabled.
|
4564 | 4561 | A <type>callable</type> to replace the standard cURL verbose output.
|
4565 | 4562 | This callback gets called during various stages of the request with verbose debug information.
|
4566 |
| - The callback should match the following signature: |
| 4563 | + このコールバックは、以下のシグニチャである必要があります。 |
4567 | 4564 | <methodsynopsis>
|
4568 | 4565 | <type>void</type><methodname><replaceable>callback</replaceable></methodname>
|
4569 | 4566 | <methodparam><type>CurlHandle</type><parameter>curlHandle</parameter></methodparam>
|
|
4575 | 4572 | <term><parameter>curlHandle</parameter></term>
|
4576 | 4573 | <listitem>
|
4577 | 4574 | <simpara>
|
4578 |
| - The cURL handle. |
| 4575 | + cURL ハンドル。 |
4579 | 4576 | </simpara>
|
4580 | 4577 | </listitem>
|
4581 | 4578 | </varlistentry>
|
|
0 commit comments