Skip to content

Commit f8efa5e

Browse files
committed
wip
1 parent ce11f2c commit f8efa5e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

reference/curl/constants_curl_setopt.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</term>
5858
<listitem>
5959
<para>
60-
The scope id value to use when connecting to IPv6 addresses.
60+
IPv6 アドレスに接続する際に使用するスコープ ID の値を指定します。
6161
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
6262
デフォルト値は <literal>0</literal> です。
6363
cURL 7.19.0 以降で利用可能です。
@@ -103,8 +103,8 @@
103103
</term>
104104
<listitem>
105105
<para>
106-
Setting this option to <literal>1</literal> will cause FTP uploads
107-
to append to the remote file instead of overwriting it.
106+
このオプションを <literal>1</literal> に設定すると、FTP アップロード時に
107+
リモートファイルを上書きするのではなく、末尾に追加するようになります。
108108
デフォルト値は <literal>0</literal> です。
109109
cURL 7.17.0 以降で利用可能です。
110110
</para>
@@ -117,8 +117,8 @@
117117
</term>
118118
<listitem>
119119
<para>
120-
&true; to automatically set the <literal>Referer:</literal> field in
121-
requests where it follows a <literal>Location:</literal> redirect.
120+
&true; を指定すると、リクエストが <literal>Location:</literal> のリダイレクトによるものである場合、
121+
自動的に <literal>Referer:</literal> ヘッダを設定します。
122122
デフォルト値は <literal>0</literal> です。
123123
cURL 7.1.0 以降で利用可能です。
124124
</para>
@@ -132,8 +132,8 @@
132132
<listitem>
133133
<para>
134134
Provides AWS V4 signature authentication on HTTP(S) header as a <type>string</type>.
135-
This option overrides any other authentication types that have been set in
136-
<constant>CURLOPT_HTTPAUTH</constant>. This method cannot be combined with other authentication types.
135+
このオプションは、<constant>CURLOPT_HTTPAUTH</constant> で設定された
136+
他の認証方法を上書きします。これと他の認証方法を組み合わせることはできません。
137137
PHP 8.2.0 以降かつ cURL 7.75.0 以降で利用可能です。
138138
</para>
139139
</listitem>
@@ -146,7 +146,7 @@
146146
<listitem>
147147
<para>
148148
This constant is no longer used as of PHP 5.5.0.
149-
Deprecated as of PHP 8.4.0.
149+
PHP 8.4.0 以降は非推奨となっています。
150150
</para>
151151
</listitem>
152152
</varlistentry>
@@ -859,9 +859,9 @@
859859
<para>
860860
An alias of
861861
<constant>CURLOPT_TRANSFERTEXT</constant>. Use that instead.
862-
Available as of cURL 7.1, deprecated as of cURL 7.11.1
863-
and last available in cURL 7.15.5.
864-
Removed as of PHP 7.3.0.
862+
cURL 7.1 以降で利用可能ですが、cURL 7.11.1 からは非推奨となっており、
863+
cURL 7.15.5 を最後に削除されました。
864+
PHP 7.3.0 で削除されました。
865865
</para>
866866
</listitem>
867867
</varlistentry>
@@ -1660,7 +1660,7 @@
16601660
and returns the error received from to the last <literal>RCPT TO</literal> command.
16611661
Replaced by <constant>CURLOPT_MAIL_RCPT_ALLOWFAILS</constant> as of cURL 8.2.0.
16621662
PHP 8.2.0 以降かつ cURL 7.69.0 以降で利用可能です。
1663-
Deprecated as of cURL 8.2.0.
1663+
cURL 8.2.0 以降は非推奨となっています。
16641664
</para>
16651665
</listitem>
16661666
</varlistentry>
@@ -1821,9 +1821,9 @@
18211821
Set to &true; to be completely silent with regards to
18221822
the cURL functions.
18231823
Use <constant>CURLOPT_RETURNTRANSFER</constant> instead.
1824-
Available as of cURL 7.1.0, deprecated as of cURL 7.8.0
1825-
and last available in cURL 7.15.5.
1826-
Removed as of PHP 7.3.0.
1824+
cURL 7.1.0 以降で利用可能ですが、cURL 7.8.0 からは非推奨となっており、
1825+
cURL 7.15.5 を最後に削除されました。
1826+
PHP 7.3.0 で削除されました。
18271827
</para>
18281828
</listitem>
18291829
</varlistentry>
@@ -1997,9 +1997,9 @@
19971997
</varlistentry>
19981998
</variablelist>
19991999
The callback should return a <type>string</type> containing the password.
2000-
Available as of cURL 7.4.2, deprecated as of cURL 7.11.1
2001-
and last available in cURL 7.15.5.
2002-
Removed as of PHP 7.3.0.
2000+
cURL 7.4.2 以降で利用可能ですが、cURL 7.11.1 からは非推奨となっており、
2001+
cURL 7.15.5 を最後に削除されました。
2002+
PHP 7.3.0 で削除されました。
20032003
</para>
20042004
</listitem>
20052005
</varlistentry>

0 commit comments

Comments
 (0)