Extends Request.
array
Example:
// https://www.example.com/?foo=bar $queryParams = $serverRequests->getQueryParams(); print(print_r($queryParams, true)); /* Outputs: Array ( [foo] => bar ) */
There was an error while loading. Please reload this page.