Skip to content

Commit 5fcb828

Browse files
committed
wip
1 parent 2f8a40b commit 5fcb828

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/curl/constants_curl_setopt.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</term>
146146
<listitem>
147147
<para>
148-
This constant is no longer used as of PHP 5.5.0.
148+
この定数は PHP 5.5.0 以降は用いられていません。
149149
PHP 8.4.0 以降は非推奨となっています。
150150
</para>
151151
</listitem>
@@ -157,6 +157,7 @@
157157
</term>
158158
<listitem>
159159
<para>
160+
それぞれの読み込みで使用するバッファサイズ。
160161
The size of the buffer to use for each read. There is no guarantee
161162
this request will be fulfilled, however.
162163
このオプションは、有効な <type>int</type> にキャストできる任意の値を受け付けます。
@@ -174,7 +175,7 @@
174175
<para>
175176
A <type>string</type> with the name of a file holding one or more certificates to verify the
176177
peer with. This only makes sense when used in combination with
177-
<constant>CURLOPT_SSL_VERIFYPEER</constant>. Might require an absolute path.
178+
<constant>CURLOPT_SSL_VERIFYPEER</constant>. 絶対パスを指定する必要があるかもしれません。
178179
cURL 7.4.2 以降で利用可能です。
179180
</para>
180181
</listitem>

0 commit comments

Comments
 (0)