PHP3 Manual
Prev
Next
empty
empty -- determine whether a variable is set
Description
int empty
(mixed var);
Returns false if
var
exists and has a value; true otherwise.
See also
isset()
.
Prev
Home
Next
doubleval
Up
strval