public function CurlHandle::getOptions

Get the cURL setopt options of the handle. Changing values in the return object will have no effect on the curl handle after it is created.

Return value

Collection

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php, line 390

Class

CurlHandle
Immutable wrapper for a cURL handle

Namespace

Guzzle\Http\Curl

Code

public function getOptions() {
  return $this->options;
}