You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/curl/functions/curl-getinfo.xml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,11 @@
178
178
is set by a previous call to <function>curl_setopt</function>)
179
179
</simpara>
180
180
</listitem>
181
+
<listitem>
182
+
<simpara>
183
+
"posttransfer_time_us" (Available as of PHP 8.4.0 and cURL 8.10.0)
184
+
</simpara>
185
+
</listitem>
181
186
</itemizedlist>
182
187
Note that private data is not included in the associative array and must be retrieved individually with the <constant>CURLINFO_PRIVATE</constant> option.
183
188
</para>
@@ -195,6 +200,12 @@
195
200
</row>
196
201
</thead>
197
202
<tbody>
203
+
<row>
204
+
<entry>8.4.0</entry>
205
+
<entry>
206
+
Introduced <constant>CURLINFO_POSTTRANSFER_TIME_T</constant> constant and <literal>posttransfer_time_us</literal> (Curl 8.10.0 or later).
0 commit comments