Skip to content

Commit ce11f2c

Browse files
committed
wip
1 parent a0a7256 commit ce11f2c

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

reference/curl/constants_curl_setopt.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
</term>
2828
<listitem>
2929
<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> ヘッダの送信を無効にします。
3333
デフォルト値は &null; です。
3434
cURL 7.21.6 以降で利用可能です。
3535
</para>
@@ -44,7 +44,7 @@
4444
<para>
4545
The maximum number of milliseconds to wait for a server
4646
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> にキャストできる任意の値を受け付けます。
4848
デフォルト値は <literal>60000</literal> ミリ秒です。
4949
cURL 7.24.0 以降で利用可能です。
5050
</para>
@@ -58,7 +58,7 @@
5858
<listitem>
5959
<para>
6060
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> にキャストできる任意の値を受け付けます。
6262
デフォルト値は <literal>0</literal> です。
6363
cURL 7.19.0 以降で利用可能です。
6464
</para>
@@ -159,7 +159,7 @@
159159
<para>
160160
The size of the buffer to use for each read. There is no guarantee
161161
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> にキャストできる任意の値を受け付けます。
163163
デフォルト値は <constant>CURL_MAX_WRITE_SIZE</constant> (現在は 16kB) です。
164164
cURL 7.10 以降で利用可能です。
165165
</para>
@@ -214,7 +214,7 @@
214214
<para>
215215
Sets the maximum time in seconds any in memory cached CA certificate store
216216
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> にキャストできる任意の値を受け付けます。
218218
デフォルト値は <literal>86400</literal> (24 時間) です。
219219
PHP 8.3.0 以降かつ cURL 7.87.0 以降で利用可能です。
220220
</para>
@@ -244,7 +244,7 @@
244244
<para>
245245
The number of seconds to wait while trying to connect. Use 0 to
246246
wait indefinitely.
247-
This option accepts any value that can be cast to a valid <type>int</type>.
247+
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
248248
デフォルト値は <literal>300</literal> です。
249249
cURL 7.7.0 以降で利用可能です。
250250
</para>
@@ -262,7 +262,7 @@
262262
If cURL is built to use the standard system name resolver, that
263263
portion of the connect will still use full-second resolution for
264264
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> にキャストできる任意の値を受け付けます。
266266
デフォルト値は <literal>300000</literal> です。
267267
cURL 7.16.2 以降で利用可能です。
268268
</para>
@@ -514,7 +514,7 @@
514514
<para>
515515
The number of seconds to keep DNS entries in memory. This
516516
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> にキャストできる任意の値を受け付けます。
518518
cURL 7.9.3 以降で利用可能です。
519519
</para>
520520
</listitem>
@@ -698,7 +698,7 @@
698698
<para>
699699
The timeout for <literal>Expect: 100-continue</literal> responses in milliseconds.
700700
デフォルト値は <literal>1000</literal> ミリ秒です。
701-
This option accepts any value that can be cast to a valid <type>int</type>.
701+
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
702702
PHP 7.0.7 以降かつ cURL 7.36.0 以降で利用可能です。
703703
</para>
704704
</listitem>
@@ -973,7 +973,7 @@
973973
<para>
974974
A timeout in seconds cURL will wait for a response from an FTP server.
975975
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> にキャストできる任意の値を受け付けます。
977977
This option name is replaced with <constant>CURLOPT_SERVER_RESPONSE_TIMEOUT</constant>,
978978
available as of PHP 8.4.0.
979979
cURL 7.10.8 以降で利用可能ですが、cURL 7.85.0 以降は非推奨となりました。
@@ -1094,7 +1094,7 @@
10941094
to connect to both IPv4 and IPv6 addresses for dual-stack hosts,
10951095
preferring IPv6 first for timeout milliseconds.
10961096
デフォルト値は <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> にキャストできる任意の値を受け付けます。
10981098
PHP 7.3.0 以降かつ cURL 7.59.0 以降で利用可能です。
10991099
</para>
11001100
</listitem>
@@ -1378,7 +1378,7 @@
13781378
a remote site. Note that using this option will not stop cURL
13791379
from sending more data, as exactly what is sent depends on
13801380
<constant>CURLOPT_READFUNCTION</constant>.
1381-
This option accepts any value that can be cast to a valid <type>int</type>.
1381+
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
13821382
cURL 7.1.0 以降で利用可能です。
13831383
</para>
13841384
</listitem>
@@ -1528,7 +1528,7 @@
15281528
<listitem>
15291529
<para>
15301530
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> にキャストできる任意の値を受け付けます。
15321532
デフォルト値は <literal>0</literal> です。
15331533
cURL 7.15.2 以降で利用可能です。
15341534
</para>
@@ -1543,7 +1543,7 @@
15431543
<para>
15441544
The number of attempts cURL makes to find a working local port number,
15451545
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> にキャストできる任意の値を受け付けます。
15471547
デフォルト値は <literal>1</literal> です。
15481548
cURL 7.15.2 以降で利用可能です。
15491549
</para>
@@ -1573,7 +1573,7 @@
15731573
The transfer speed, in bytes per second, that the transfer should be
15741574
below during the count of <constant>CURLOPT_LOW_SPEED_TIME</constant>
15751575
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> にキャストできる任意の値を受け付けます。
15771577
cURL 7.1.0 以降で利用可能です。
15781578
</para>
15791579
</listitem>
@@ -1588,7 +1588,7 @@
15881588
The number of seconds the transfer speed should be below
15891589
<constant>CURLOPT_LOW_SPEED_LIMIT</constant> before PHP considers
15901590
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> にキャストできる任意の値を受け付けます。
15921592
cURL 7.1.0 以降で利用可能です。
15931593
</para>
15941594
</listitem>
@@ -1673,7 +1673,7 @@
16731673
<para>
16741674
The maximum idle time allowed for an existing connection to be considered for reuse.
16751675
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> にキャストできる任意の値を受け付けます。
16771677
PHP 8.2.0 以降かつ cURL 7.65.0 以降で利用可能です。
16781678
</para>
16791679
</listitem>
@@ -1688,7 +1688,7 @@
16881688
The maximum amount of persistent connections that are allowed.
16891689
When the limit is reached, the oldest one in the cache is closed
16901690
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> にキャストできる任意の値を受け付けます。
16921692
cURL 7.7.0 以降で利用可能です。
16931693
</para>
16941694
</listitem>
@@ -1713,7 +1713,7 @@
17131713
<constant>CURLOPT_MAXFILESIZE_LARGE</constant> should be used.
17141714
As of cURL 8.4.0, this option also stops ongoing transfers
17151715
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> にキャストできる任意の値を受け付けます。
17171717
デフォルト値は <literal>0</literal> です。
17181718
cURL 7.10.8 以降で利用可能です。
17191719
</para>
@@ -1730,7 +1730,7 @@
17301730
the transfer will not start and <constant>CURLE_FILESIZE_EXCEEDED</constant> will be returned.
17311731
The file size is not always known prior to download, and for such files this option has no effect even if
17321732
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> にキャストできる任意の値を受け付けます。
17341734
PHP 8.2.0 以降かつ cURL 7.11.0 以降で利用可能です。
17351735
</para>
17361736
</listitem>
@@ -1746,7 +1746,7 @@
17461746
connection to have for it to be considered for reuse. If a connection is found in the cache that is older
17471747
than this value, it will instead be closed once any in-progress transfers are complete.
17481748
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> にキャストできる任意の値を受け付けます。
17501750
PHP 8.2.0 以降かつ cURL 7.80.0 以降で利用可能です。
17511751
</para>
17521752
</listitem>
@@ -1776,7 +1776,7 @@
17761776
cumulative average during the transfer, the transfer will pause to
17771777
keep the average rate less than or equal to the parameter value.
17781778
Defaults to unlimited speed.
1779-
This option accepts any value that can be cast to a valid <type>int</type>.
1779+
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
17801780
cURL 7.15.5 以降で利用可能です。
17811781
</para>
17821782
</listitem>
@@ -1792,7 +1792,7 @@
17921792
cumulative average during the transfer, the transfer will pause to
17931793
keep the average rate less than or equal to the parameter value.
17941794
Defaults to unlimited speed.
1795-
This option accepts any value that can be cast to a valid <type>int</type>.
1795+
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
17961796
cURL 7.15.5 以降で利用可能です。
17971797
</para>
17981798
</listitem>
@@ -3091,7 +3091,7 @@
30913091
<listitem>
30923092
<para>
30933093
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> にキャストできる任意の値を受け付けます。
30953095
cURL 7.1.0 以降で利用可能です。
30963096
</para>
30973097
</listitem>

0 commit comments

Comments
 (0)