mini\Http\Message\Uri::getQuery() Method

public

Signature

public function getQuery(): string

Returns

string

Documentation

Get the entire query part of the url (from the ? until the fragment #)

@see Psr\Http\Message\UriInterface::getQuery()

Source

src/Http/Message/UriTrait.php:133-136