PHP is_null() functionLast Updated : 17 Mar 2025 By 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 Special Types |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India


