(PHP 4 >= 4.1.0, PHP 5, PHP 7)
HTTP Request variables
An associative array that by default contains the contents of $_GET, $_POST and $_COOKIE.
Changelog:
5.3.0
Introduced request_order. This directive affects the contents of $_REQUEST.
4.3.0
$_FILES
$_REQUEST
4.1.0
Introduced $_REQUEST.
Notes:
This is a 'su