NAME
	listp - is the argument an list?

SYNTAX
	int listp(mixed arg);

DESCRIPTION
	Returns 1 if arg is a list, zero otherwise.

KEYWORDS
	list

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