get_var()
get_var(string $name) : mixed
search global request variables $_POST and $_GET in that order and return the first defined value for the given key
Parameters
string | $name |
Returns
mixed —the value of the variable name (if any) or null.