| 
 | 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 
<?phpNotice: Undefined variable: inexistent in ... bool(true) bool(true) |