is_null

 bool is_null ( mixed $var ) 

説明

Finds whether the given variable is NULL.

戻り値

Returns TRUE if var is null, FALSE otherwise.