NAME
	stringp - is the argument an string?

SYNTAX
	int stringp(mixed arg);

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

KEYWORDS
	string

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