Is there a way to get a reference to the global arrays that contain HTTP request data like get, post, cookie, etc. ? For example:
$varName = getRequestReference()['varName'];
where getRequestReference() would return &$_GET, &$_POST...depending on the type of request that the user used to submit data in the script.