Methods |
public static build(array $params, $encoding = 2GuzzleHttp\Psr7\PHP_QUERY_RFC3986, bool $treatBoolsAsInts = true) : string Build a query string from an array of key value pairs. This function can use the return value of
|
public static parse(string $str, $urlEncoding = true) : array Parse a query string into an associative array. If multiple values are found for the same key, the value of that key
value pair will become an array. This function does not parse nested
PHP style arrays into an associative array (e.g.,
|
Methods |
public static build(array $params, $encoding = 2GuzzleHttp\Psr7\PHP_QUERY_RFC3986, bool $treatBoolsAsInts = true) : string Build a query string from an array of key value pairs. This function can use the return value of
|
public static parse(string $str, $urlEncoding = true) : array Parse a query string into an associative array. If multiple values are found for the same key, the value of that key
value pair will become an array. This function does not parse nested
PHP style arrays into an associative array (e.g.,
|