isset

isset -- determine whether a variable is set

Description

int isset(mixed var);

Returns true if var exists; false otherwise.

See also empty().