Checks if variable of specified type exists
$type
$variable_name
type
One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, or INPUT_ENV.
INPUT_GET
INPUT_POST
INPUT_COOKIE
INPUT_SERVER
INPUT_ENV
variable_name
Name of a variable to check.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE