(PHP 5 >= 5.2.0, PHP 7)
Gets a specific external variable by name and optionally filters it
mixed filter_input ( int $type, string $variable_name [, int $filter = FILTER_DEFAULT [, mixed $options ]] )
Parameters:
type
One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, or INPUT_ENV.
variable_name
Name of a variable to get.