Check if the handle is available and still OK
Return value
bool
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php, line 276
Class
- CurlHandle
- Immutable wrapper for a cURL handle
Namespace
Guzzle\Http\Curl
Code
public function isAvailable() {
return is_resource($this->handle);
}