filter_has_var

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

filter_has_varChecks if a variable of the specified type exists

Descrizione

filter_has_var(int $input_type, string $var_name): bool

Elenco dei parametri

input_type

One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, or INPUT_ENV.

var_name

Name of a variable to check.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.