mini\Http\Message\Request::getQuery()
Method
public
Signature
public function getQuery(): string
Returns
string
Documentation
Get the query string from the request target.
Returns the query string portion of the request target (everything after '?'). If a URI override is set via withUri(), returns the query from that URI instead.