PHP filter_has_var() Function

filter_has_var — Checks if variable of specified type exists

bool filter_has_var ( int $type , string $variable_name )

Example -

ParameterDescription
typeOne of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, or INPUT_ENV.
variable_nameName of a variable to check.