We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1282f commit 8e69771Copy full SHA for 8e69771
reference/curl/functions/curl-setopt.xml
@@ -2225,6 +2225,17 @@
2225
or the transfer will be aborted with an error.
2226
</entry>
2227
</row>
2228
+ <row>
2229
+ <entry valign="top"><constant>CURLOPT_XFERINFOFUNCTION</constant></entry>
2230
+ <entry valign="top">
2231
+ A callback accepting two parameters.
2232
+ Has a similar purpose as <constant>CURLOPT_PROGRESSFUNCTION</constant> but is more modern
2233
+ and the preferred option from cURL.
2234
+ </entry>
2235
2236
+ Added in 7.32.0. Available as of PHP 8.2.0.
2237
2238
+ </row>
2239
</tbody>
2240
</tgroup>
2241
</informaltable>
0 commit comments