NAME
	member_array - find first occurance of a value in an array

SYNTAX
	#include <simulate.h>

	int member_array(mixed item, mixed *arr);

DESCRIPTION
	Returns the index of the first occurence of item in array arr.
	If not found, then -1 is returned.

KEYWORDS
	array
