Cloudinary\Curl::getopt PHP Method

getopt() public method

Returns the option that was set in the curl object
public getopt ( $option ) : mixed
$option the name of the option
return mixed the value of the option
    public function getopt($option)
    {
        return $this->parameters[$option];
    }