is_null

(PHP 4 >= 4.0.4, PHP 5)

is_null --  Indique si une variable vaut NULL

Description

bool is_null ( mixed var )

Indique si la variable donnée vaut NULL.

Liste de paramètres

var

La variable à évaluer.

Valeurs de retour

Retourne TRUE si var est NULL, FALSE sinon.

Voir aussi

Le type NULL
is_bool()
is_numeric()
is_float()
is_int()
is_string()
is_object()
is_array()