Function ifset
Return value of $var or $def when $var is unset. Use of this function does not produce a notice for undefined vars and array indexes, but has a side-effect of creating var or index with NULL value.
mixed |
& $var |
|
mixed |
$def = null |