Phue\Transport\Adapter\Curl::close PHP Method

close() public method

Closes the cURL connection
public close ( )
    public function close()
    {
        curl_close($this->curl);
        $this->curl = null;
    }