is_null
PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8
is_null - Finds whether a variable is null
Manual
is_null(
mixed$value ): bool
Finds whether the given variable is null.
Parameters
- value
-
The variable being evaluated.
Return Values
Returns true if value is null, false otherwise.