Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_null
is_null
Detect whether the variable is null
Name:
is_null
Category:
Variable processing
Programming Language:
php
One-line Description:
Check whether the variable is NULL.
Related
How to Use is_null Function in PHP to Check if a Function Returns null? A Detailed Guide
7
Combining isset and is_null to determine whether a variable has been defined and null
4
The difference and comparison between is_null and empty functions
9
Similar Functions
is_integer
is_integer
is_intalias
unset
unset
Freethegivenvariable
is_float
is_float
Detectwhetherthevari
is_callable
is_callable
Detectwhetherthepara
is_null
is_null
Detectwhetherthevari
strval
strval
Getthestringvalueoft
intval
intval
Gettheintegervalueof
is_scalar
is_scalar
Detectwhetheravariab
Popular Articles
The difference and comparison between is_null and empty functions
How to Use is_null Function in PHP to Check if a Function Returns null? A Detailed Guide
Combining isset and is_null to determine whether a variable has been defined and null