NAME
	functionp - is the argument an function?

SYNTAX
	int functionp(mixed arg);

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

KEYWORDS
	function

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