Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
GuzzleHttp\Psr7\Query Class Reference

Static Public Member Functions

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)
 

Member Function Documentation

◆ 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$paramsQuery string parameters.
int | false$encodingSet 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: