is_null
PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8
is_null - Finds whether a variable is null
Code Examples
Example #1 is_null example
Result: Notice: Undefined variable: inexistent in ...
bool(true)
bool(true)