Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.is-null.html
Дата изменения: Sun Feb 3 22:57:13 2002
Дата индексирования: Tue Oct 2 01:27:35 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