protected property QueryString::$fieldSeparator

Type: string The query string field separator (e.g. '&')

File

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

Class

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

Namespace

Guzzle\Http

Code

protected $fieldSeparator = '&';