curl_share_setopt
brefphp/bref
Supported Versions: PHP 5 >= 5.5.0, PHP 7, PHP 8
Set an option for a cURL share handle
<?php curl_share_setopt
(
CurlShareHandle $share_handle
,
int $option
,
mixed $value
):
bool