NAME
	stringp - true if a given variables value is currently a string

SYNOPSIS
	int stringp(mixed testvar)

DESCRIPTION
	Returns 1 if the value of 'testvar' is currently of the type string.

SEE ALSO
	typeof, functionp, intp, pointerp, mappingp, objectp, floatp

