public function QueryString::isUrlEncoding

Returns whether or not field names and values will be urlencoded

Return value

bool

File

drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php, line 206

Class

QueryString
Query string object to handle managing query string parameters and aggregating those parameters together as a string.

Namespace

Guzzle\Http

Code

public function isUrlEncoding() {
  return $this->urlEncode;
}