PHP is_null() Function
In this article, you will learn how to check if a variable contains NULL or not in PHP. The is_null() function in PHP checks whether a variable is NULL or not. This function returns true (1) if the variable is NULL, otherwise it returns false/nothing. what is the syntax of the IS_NULL() function in php? …