NAME

objectp() - determine whether or not a given variable is an object

SYNOPSIS

int objectp(mixed arg);

DESCRIPTION

Return 1 if `arg' is an object.

SEE ALSO

stringp(3) , pointerp(3) , intp(3) .