From the NannyMUD documentation
2000-12-14
NAME
pointerp - Determine if the value of a variable is an array.SYNTAX
int pointerp(mixed testvar)DESCRIPTION
This function return 1 if `testvar' was of the type pointer, and 0 otherwise.SEE ALSO
intp in efun/type_related/intpSEE ALSO
stringp in efun/type_related/stringpSEE ALSO
mappingp in efun/type_related/mappingpSEE ALSO
objectp in efun/type_related/objectp