Skip to content

Commit 0c8012d

Browse files
authored
curl-getinfo.xml
1 parent b07a10f commit 0c8012d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/curl/functions/curl-getinfo.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@
183183
をコールしたときに <constant>CURLINFO_HEADER_OUT</constant> を設定した場合のみです)
184184
</simpara>
185185
</listitem>
186+
<listitem>
187+
<simpara>
188+
"posttransfer_time_us" (PHP 8.4.0 以降かつ cURL 8.10.0 以降で利用可能。)
189+
</simpara>
190+
</listitem>
186191
</itemizedlist>
187192
プライベートデータはこの連想配列には含まれず、<constant>CURLINFO_PRIVATE</constant> オプションで個別に取得しなければいけないことに注意しましょう。
188193
</para>
@@ -200,6 +205,12 @@
200205
</row>
201206
</thead>
202207
<tbody>
208+
<row>
209+
<entry>8.4.0</entry>
210+
<entry>
211+
定数 <constant>CURLINFO_POSTTRANSFER_TIME_T</constant> と <literal>posttransfer_time_us</literal> が追加されました。(Curl 8.10.0 以降).
212+
</entry>
213+
</row>
203214
<row>
204215
<entry>8.3.0</entry>
205216
<entry>

0 commit comments

Comments
 (0)