Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.is-null.html
Дата изменения: Sun Feb 3 22:57:13 2002
Дата индексирования: Mon Oct 1 21:14:51 2012
Кодировка:
is_null

is_null

(PHP 4 >= 4.0.4)

is_null --  Finds whether a variable is NULL

Description

bool is_null ( mixed var)

Returns TRUE if var is null, FALSE otherwise.

See also is_bool(), is_numeric(), is_float(), is_int(), is_string(), is_object(), is_array(), and