The isset() function is used to detect whether a variable has been set and is not NULL.
If a variable has been released using unset(), then isset() will return FALSE.
If isset() is used to test a variable that is set to NULL, FALSE will be returned.
Also note that the null character ("