isset -- determine whether a variable is set
Returns true if var exists and has a value; false otherwise.
See also empty().