We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07a10f commit 0c8012dCopy full SHA for 0c8012d
reference/curl/functions/curl-getinfo.xml
@@ -183,6 +183,11 @@
183
をコールしたときに <constant>CURLINFO_HEADER_OUT</constant> を設定した場合のみです)
184
</simpara>
185
</listitem>
186
+ <listitem>
187
+ <simpara>
188
+ "posttransfer_time_us" (PHP 8.4.0 以降かつ cURL 8.10.0 以降で利用可能。)
189
+ </simpara>
190
+ </listitem>
191
</itemizedlist>
192
プライベートデータはこの連想配列には含まれず、<constant>CURLINFO_PRIVATE</constant> オプションで個別に取得しなければいけないことに注意しましょう。
193
</para>
@@ -200,6 +205,12 @@
200
205
</row>
201
206
</thead>
202
207
<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>
203
214
<row>
204
215
<entry>8.3.0</entry>
216
<entry>
0 commit comments