is_null

Example

 bool is_null ( mixed $var ) 

Description

Finds whether the given variable is NULL.

Return Values

Returns TRUE if var is null, FALSE otherwise.