filter_has_var
filter_has_var
Checks if a variable of the specified type exists
bool **filter_has_var** int $input_type string $var_name
input_type
One of , ,
, , or
.
INPUT_GET``INPUT_POST``INPUT_COOKIE``INPUT_SERVER``INPUT_ENV
var_nameName of a variable to check.
return.success