|
57 | 57 | </term>
|
58 | 58 | <listitem>
|
59 | 59 | <para>
|
60 |
| - The scope id value to use when connecting to IPv6 addresses. |
| 60 | + IPv6 アドレスに接続する際に使用するスコープ ID の値を指定します。 |
61 | 61 | このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
|
62 | 62 | デフォルト値は <literal>0</literal> です。
|
63 | 63 | cURL 7.19.0 以降で利用可能です。
|
|
103 | 103 | </term>
|
104 | 104 | <listitem>
|
105 | 105 | <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 | + リモートファイルを上書きするのではなく、末尾に追加するようになります。 |
108 | 108 | デフォルト値は <literal>0</literal> です。
|
109 | 109 | cURL 7.17.0 以降で利用可能です。
|
110 | 110 | </para>
|
|
117 | 117 | </term>
|
118 | 118 | <listitem>
|
119 | 119 | <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> ヘッダを設定します。 |
122 | 122 | デフォルト値は <literal>0</literal> です。
|
123 | 123 | cURL 7.1.0 以降で利用可能です。
|
124 | 124 | </para>
|
|
132 | 132 | <listitem>
|
133 | 133 | <para>
|
134 | 134 | 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 | + 他の認証方法を上書きします。これと他の認証方法を組み合わせることはできません。 |
137 | 137 | PHP 8.2.0 以降かつ cURL 7.75.0 以降で利用可能です。
|
138 | 138 | </para>
|
139 | 139 | </listitem>
|
|
146 | 146 | <listitem>
|
147 | 147 | <para>
|
148 | 148 | 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 以降は非推奨となっています。 |
150 | 150 | </para>
|
151 | 151 | </listitem>
|
152 | 152 | </varlistentry>
|
|
859 | 859 | <para>
|
860 | 860 | An alias of
|
861 | 861 | <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 で削除されました。 |
865 | 865 | </para>
|
866 | 866 | </listitem>
|
867 | 867 | </varlistentry>
|
|
1660 | 1660 | and returns the error received from to the last <literal>RCPT TO</literal> command.
|
1661 | 1661 | Replaced by <constant>CURLOPT_MAIL_RCPT_ALLOWFAILS</constant> as of cURL 8.2.0.
|
1662 | 1662 | PHP 8.2.0 以降かつ cURL 7.69.0 以降で利用可能です。
|
1663 |
| - Deprecated as of cURL 8.2.0. |
| 1663 | + cURL 8.2.0 以降は非推奨となっています。 |
1664 | 1664 | </para>
|
1665 | 1665 | </listitem>
|
1666 | 1666 | </varlistentry>
|
|
1821 | 1821 | Set to &true; to be completely silent with regards to
|
1822 | 1822 | the cURL functions.
|
1823 | 1823 | 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 で削除されました。 |
1827 | 1827 | </para>
|
1828 | 1828 | </listitem>
|
1829 | 1829 | </varlistentry>
|
|
1997 | 1997 | </varlistentry>
|
1998 | 1998 | </variablelist>
|
1999 | 1999 | 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 で削除されました。 |
2003 | 2003 | </para>
|
2004 | 2004 | </listitem>
|
2005 | 2005 | </varlistentry>
|
|
0 commit comments