|
27 | 27 | </term> |
28 | 28 | <listitem> |
29 | 29 | <para> |
30 | | - Sets a <type>string</type> with the contents |
31 | | - of the <literal>Accept-Encoding:</literal> header sent in an HTTP request. |
32 | | - Set to &null; to disable sending the <literal>Accept-Encoding:</literal> header. |
| 30 | + HTTP リクエストの中で送られる <literal>Accept-Encoding:</literal> ヘッダの内容を |
| 31 | + <type>string</type> で指定します。 |
| 32 | + &null; をセットすると、<literal>Accept-Encoding:</literal> ヘッダの送信を無効にします。 |
33 | 33 | デフォルト値は &null; です。 |
34 | 34 | cURL 7.21.6 以降で利用可能です。 |
35 | 35 | </para> |
|
44 | 44 | <para> |
45 | 45 | The maximum number of milliseconds to wait for a server |
46 | 46 | to connect back to cURL when an active FTP connection is used. |
47 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 47 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
48 | 48 | デフォルト値は <literal>60000</literal> ミリ秒です。 |
49 | 49 | cURL 7.24.0 以降で利用可能です。 |
50 | 50 | </para> |
|
58 | 58 | <listitem> |
59 | 59 | <para> |
60 | 60 | The scope id value to use when connecting to IPv6 addresses. |
61 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 61 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
62 | 62 | デフォルト値は <literal>0</literal> です。 |
63 | 63 | cURL 7.19.0 以降で利用可能です。 |
64 | 64 | </para> |
|
159 | 159 | <para> |
160 | 160 | The size of the buffer to use for each read. There is no guarantee |
161 | 161 | this request will be fulfilled, however. |
162 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 162 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
163 | 163 | デフォルト値は <constant>CURL_MAX_WRITE_SIZE</constant> (現在は 16kB) です。 |
164 | 164 | cURL 7.10 以降で利用可能です。 |
165 | 165 | </para> |
|
214 | 214 | <para> |
215 | 215 | Sets the maximum time in seconds any in memory cached CA certificate store |
216 | 216 | may be kept and reused for new connections. |
217 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 217 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
218 | 218 | デフォルト値は <literal>86400</literal> (24 時間) です。 |
219 | 219 | PHP 8.3.0 以降かつ cURL 7.87.0 以降で利用可能です。 |
220 | 220 | </para> |
|
244 | 244 | <para> |
245 | 245 | The number of seconds to wait while trying to connect. Use 0 to |
246 | 246 | wait indefinitely. |
247 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 247 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
248 | 248 | デフォルト値は <literal>300</literal> です。 |
249 | 249 | cURL 7.7.0 以降で利用可能です。 |
250 | 250 | </para> |
|
262 | 262 | If cURL is built to use the standard system name resolver, that |
263 | 263 | portion of the connect will still use full-second resolution for |
264 | 264 | timeouts with a minimum timeout allowed of one second. |
265 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 265 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
266 | 266 | デフォルト値は <literal>300000</literal> です。 |
267 | 267 | cURL 7.16.2 以降で利用可能です。 |
268 | 268 | </para> |
|
514 | 514 | <para> |
515 | 515 | The number of seconds to keep DNS entries in memory. This |
516 | 516 | option is set to <literal>120</literal> (2 minutes) by default. |
517 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 517 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
518 | 518 | cURL 7.9.3 以降で利用可能です。 |
519 | 519 | </para> |
520 | 520 | </listitem> |
|
698 | 698 | <para> |
699 | 699 | The timeout for <literal>Expect: 100-continue</literal> responses in milliseconds. |
700 | 700 | デフォルト値は <literal>1000</literal> ミリ秒です。 |
701 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 701 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
702 | 702 | PHP 7.0.7 以降かつ cURL 7.36.0 以降で利用可能です。 |
703 | 703 | </para> |
704 | 704 | </listitem> |
|
973 | 973 | <para> |
974 | 974 | A timeout in seconds cURL will wait for a response from an FTP server. |
975 | 975 | This option overrides <constant>CURLOPT_TIMEOUT</constant>. |
976 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 976 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
977 | 977 | This option name is replaced with <constant>CURLOPT_SERVER_RESPONSE_TIMEOUT</constant>, |
978 | 978 | available as of PHP 8.4.0. |
979 | 979 | cURL 7.10.8 以降で利用可能ですが、cURL 7.85.0 以降は非推奨となりました。 |
|
1094 | 1094 | to connect to both IPv4 and IPv6 addresses for dual-stack hosts, |
1095 | 1095 | preferring IPv6 first for timeout milliseconds. |
1096 | 1096 | デフォルト値は <constant>CURL_HET_DEFAULT</constant> (現在は 200 ミリ秒) です。 |
1097 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1097 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1098 | 1098 | PHP 7.3.0 以降かつ cURL 7.59.0 以降で利用可能です。 |
1099 | 1099 | </para> |
1100 | 1100 | </listitem> |
|
1378 | 1378 | a remote site. Note that using this option will not stop cURL |
1379 | 1379 | from sending more data, as exactly what is sent depends on |
1380 | 1380 | <constant>CURLOPT_READFUNCTION</constant>. |
1381 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1381 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1382 | 1382 | cURL 7.1.0 以降で利用可能です。 |
1383 | 1383 | </para> |
1384 | 1384 | </listitem> |
|
1528 | 1528 | <listitem> |
1529 | 1529 | <para> |
1530 | 1530 | Sets the local port number of the socket used for the connection. |
1531 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1531 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1532 | 1532 | デフォルト値は <literal>0</literal> です。 |
1533 | 1533 | cURL 7.15.2 以降で利用可能です。 |
1534 | 1534 | </para> |
|
1543 | 1543 | <para> |
1544 | 1544 | The number of attempts cURL makes to find a working local port number, |
1545 | 1545 | starting with the one set with <constant>CURLOPT_LOCALPORT</constant>. |
1546 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1546 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1547 | 1547 | デフォルト値は <literal>1</literal> です。 |
1548 | 1548 | cURL 7.15.2 以降で利用可能です。 |
1549 | 1549 | </para> |
|
1573 | 1573 | The transfer speed, in bytes per second, that the transfer should be |
1574 | 1574 | below during the count of <constant>CURLOPT_LOW_SPEED_TIME</constant> |
1575 | 1575 | seconds before PHP considers the transfer too slow and aborts. |
1576 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1576 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1577 | 1577 | cURL 7.1.0 以降で利用可能です。 |
1578 | 1578 | </para> |
1579 | 1579 | </listitem> |
|
1588 | 1588 | The number of seconds the transfer speed should be below |
1589 | 1589 | <constant>CURLOPT_LOW_SPEED_LIMIT</constant> before PHP considers |
1590 | 1590 | the transfer too slow and aborts. |
1591 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1591 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1592 | 1592 | cURL 7.1.0 以降で利用可能です。 |
1593 | 1593 | </para> |
1594 | 1594 | </listitem> |
|
1673 | 1673 | <para> |
1674 | 1674 | The maximum idle time allowed for an existing connection to be considered for reuse. |
1675 | 1675 | Default maximum age is set to <literal>118</literal> seconds. |
1676 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1676 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1677 | 1677 | PHP 8.2.0 以降かつ cURL 7.65.0 以降で利用可能です。 |
1678 | 1678 | </para> |
1679 | 1679 | </listitem> |
|
1688 | 1688 | The maximum amount of persistent connections that are allowed. |
1689 | 1689 | When the limit is reached, the oldest one in the cache is closed |
1690 | 1690 | to prevent increasing the number of open connections. |
1691 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1691 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1692 | 1692 | cURL 7.7.0 以降で利用可能です。 |
1693 | 1693 | </para> |
1694 | 1694 | </listitem> |
|
1713 | 1713 | <constant>CURLOPT_MAXFILESIZE_LARGE</constant> should be used. |
1714 | 1714 | As of cURL 8.4.0, this option also stops ongoing transfers |
1715 | 1715 | if they reach this threshold. |
1716 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1716 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1717 | 1717 | デフォルト値は <literal>0</literal> です。 |
1718 | 1718 | cURL 7.10.8 以降で利用可能です。 |
1719 | 1719 | </para> |
|
1730 | 1730 | the transfer will not start and <constant>CURLE_FILESIZE_EXCEEDED</constant> will be returned. |
1731 | 1731 | The file size is not always known prior to download, and for such files this option has no effect even if |
1732 | 1732 | the file transfer ends up being larger than this given limit. |
1733 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1733 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1734 | 1734 | PHP 8.2.0 以降かつ cURL 7.11.0 以降で利用可能です。 |
1735 | 1735 | </para> |
1736 | 1736 | </listitem> |
|
1746 | 1746 | connection to have for it to be considered for reuse. If a connection is found in the cache that is older |
1747 | 1747 | than this value, it will instead be closed once any in-progress transfers are complete. |
1748 | 1748 | Default is <literal>0</literal> seconds, meaning the option is disabled and all connections are eligible for reuse. |
1749 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1749 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1750 | 1750 | PHP 8.2.0 以降かつ cURL 7.80.0 以降で利用可能です。 |
1751 | 1751 | </para> |
1752 | 1752 | </listitem> |
|
1776 | 1776 | cumulative average during the transfer, the transfer will pause to |
1777 | 1777 | keep the average rate less than or equal to the parameter value. |
1778 | 1778 | Defaults to unlimited speed. |
1779 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1779 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1780 | 1780 | cURL 7.15.5 以降で利用可能です。 |
1781 | 1781 | </para> |
1782 | 1782 | </listitem> |
|
1792 | 1792 | cumulative average during the transfer, the transfer will pause to |
1793 | 1793 | keep the average rate less than or equal to the parameter value. |
1794 | 1794 | Defaults to unlimited speed. |
1795 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 1795 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
1796 | 1796 | cURL 7.15.5 以降で利用可能です。 |
1797 | 1797 | </para> |
1798 | 1798 | </listitem> |
|
3091 | 3091 | <listitem> |
3092 | 3092 | <para> |
3093 | 3093 | The offset, in bytes, to resume a transfer from. |
3094 | | - This option accepts any value that can be cast to a valid <type>int</type>. |
| 3094 | + このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。 |
3095 | 3095 | cURL 7.1.0 以降で利用可能です。 |
3096 | 3096 | </para> |
3097 | 3097 | </listitem> |
|
0 commit comments