PHP3 Manual
PrevNext

isset

isset -- determine whether a variable is set

Description

int isset(mixed var);

Returns true if var exists and has a value; false otherwise.

See also empty().


PrevHomeNext
is_stringUpsettype