curl_setopt
symfony/var-dumper
Supported Versions: PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8
Set an option for a cURL transfer
<?php curl_setopt
(
CurlHandle $handle
,
int $option
,
mixed $value
):
bool