Cloudinary\Curl::globalSetopt PHP Метод

globalSetopt() публичный Метод

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