Methods |
public static build(array $params, $encoding = 2GuzzleHttp\Psr7\PHP_QUERY_RFC3986) : 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
|
Methods |
public static build(array $params, $encoding = 2GuzzleHttp\Psr7\PHP_QUERY_RFC3986) : 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
|