|
LPC Library Functions: nullp |
|
NAMEnullp() - determine whether or not a given variable is undefined.
SYNOPSISint nullp( mixed arg );
DESCRIPTIONReturn 1 if `arg' is undefined. 'arg' will be undefined in the following cases:
nullp() is a synonym for undefinedp(). SEE ALSOmapp(), stringp(), pointerp(), objectp(), intp(), bufferp(), floatp(), functionp(), undefinedp(), errorp() |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|