Class DuplicateAggregator
Does not aggregate nested query string values and allows duplicates in the resulting array
Example: http://test.com?q=1&q=2
- Guzzle\Http\QueryAggregator\DuplicateAggregator implements Guzzle\Http\QueryAggregator\QueryAggregatorInterface
Namespace: Guzzle\Http\QueryAggregator
Located at src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
Located at src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
public
array
|
#
aggregate( string $key, array $value,
Aggregate multi-valued parameters into a flattened associative array |