|
static | build (array $params, $encoding=PHP_QUERY_RFC3986) |
| Build a query string from an array of key value pairs.
|
|
static | parse (string $str, $urlEncoding=true) |
|
◆ build()
static GuzzleHttp\Psr7\Query::build |
( |
array | $params, |
|
|
| $encoding = PHP_QUERY_RFC3986 ) |
|
static |
Build a query string from an array of key value pairs.
This function can use the return value of parse()
to build a query string. This function does not modify the provided keys when an array is encountered (like http_build_query()
would).
- Parameters
-
array | $params | Query string parameters. |
int | false | $encoding | Set to false to not encode, PHP_QUERY_RFC3986 to encode using RFC3986, or PHP_QUERY_RFC1738 to encode using RFC1738. |
The documentation for this class was generated from the following file:
- lib/guzzlehttp/psr7/src/Query.php