NAME

undefinedp() - determine whether or not a given variable is undefined.

SYNOPSIS

int undefinedp(mixed arg);

DESCRIPTION

Return 1 if `arg' is undefined. 'arg' will be undefined in the following cases:

SEE ALSO

nullp(3) , mapp(3) , stringp(3) , pointerp(3) , objectp(3) , intp(3) .