is_null
Syntax
bool is_null ( mixed var )
Popis
PrÃkaz jazyka
PHP
Finds whether the given variable is
NULL
.
Returns TRUE if var is
null
, FALSE otherwise.
Pozri aj
is_bool
,
is_numeric
,
is_float
,
is_int
,
is_string
,
is_object
,
is_array