NAME
	T_ARRAY

DESCRIPTION
	Return value from typeof() indicating the variable is of type array.
	It does not identify the type of the elements of the array.

	This definition is globally defined. No header needs to be included.

SEE ALSO
	typeof, T_STRING, T_FLOAT, T_OBJECT, T_INTEGER, T_MAPPING, T_FUNCTION
