February 2013
Intermediate to advanced
538 pages
20h 55m
English
isset
bool isset(mixedvalue1)[, ... mixedvalueN])
Returns true if
value, a variable, has been set; if the
variable has never been set or has been unset(), the function returns false. If multiple
values are provided, then isset will only return true if they are all set.
Read now
Unlock full access