PHP is_null() functionBy using the is_null function, we can check whether the variable is NULL or not. This function was introduced in PHP 4.0.4. SYNATX:Parameter
Return Type:The PHP is_null() function returns true if var is null, otherwise false. Important Note:We can unset the variable value by using the unset function. Example 1![]() Example 2![]() Example 3![]() Next TopicPHP Tutorial
|