NAME
	objectp - is the argument an object?

SYNTAX
	int objectp(mixed arg);

DESCRIPTION
	Returns 1 if arg is an object, zero otherwise.

KEYWORDS
	object

SEE ALSO
	intp, programp, floatp, stringp, arrayp,
	mappingp, multisetp, functionp
