|
is_null
Finds whether a variable is Description
bool is_null
( mixed
$var
)
Finds whether the given variable is Parameters
Return Values
Returns Examples
Example #1 is_null example
<?php Notice: Undefined variable: inexistent in ... bool(true) bool(true) |