CURLOPT_XFERINFOFUNCTION
Constant • Added in PHP 8.2
CURLOPT_XFERINFOFUNCTION
— A callable
with the following signature:
Return `1` to abort the transfer
and set a [`CURLE_ABORTED_BY_CALLBACK`](/codex/CURLE_ABORTED_BY_CALLBACK) error.
Available as of PHP 8.2.0 and cURL 7.32.0.
CURLOPT_XFERINFOFUNCTION = 20219;
Changes to the CURLOPT_XFERINFOFUNCTION
Constant
PHP 8.2
- Constant added
CURLOPT_XFERINFOFUNCTION
Constant Availability
CURLOPT_XFERINFOFUNCTION
Constant AvailabilityPHP Version | Availability |
---|---|
PHP 8.5Future Release | Yes |
PHP 8.4Upcoming Release | Yes |
PHP 8.3Supported (Latest) | Yes |
PHP 8.2Supported | Yes |
PHP 8.1Security-Fixes Only | No |
PHP 8.0Unsupported | No |
PHP 7.4Unsupported | No |
PHP 7.3Unsupported | No |
PHP 7.2Unsupported | No |
PHP 7.1Unsupported | No |
PHP 7.0Unsupported | No |
PHP 5.6Unsupported | No |
PHP 5.5Unsupported | No |
PHP 5.4Unsupported | No |
PHP 5.3Unsupported | No |