Cloudinary\Curl::globalSetopt PHP Method

globalSetopt() public method

public globalSetopt ( $ch, $option, $value )
    public function globalSetopt($ch, $option, $value)
    {
        return \curl_setopt($ch, $option, $value);
    }