bool is_null ( mixed $var )
Finds whether the given variable is NULL.
Returns TRUE if var is null, FALSE otherwise.