Close the cURL handler and unset the handler.
... See full list
protected function curlClose() { if (isset($this->curlHandle)) { curl_close($this->curlHandle); unset($this->curlHandle); } }