route_updateQueryStr

Update the route path with the given query string

Parameters
string $path

The route path which may contain the query string

#
array &$queryStr = []

Query string as array( $value1, // no key here 'key1' => $value2, 'key3' => $value3 or array($value3, $value4) )

#
Returns
string

The updated route path