GET is available since version 1.0.
Prototype:
array GET();
Description:
Get the "GET" variables into an array. array["variable"] will be "value"; See also 
POST, 
VARS and 
COOKIE.
 
Return value:
Return an array containing all the GET variables. The array will have as keys the variable names linked to the values.