Cloudinary\Curl::getopt PHP 메소드

getopt() 공개 메소드

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