NAME
member_array() - returns index first occurence of a given item in an array
SYNOPSIS
int member_array(mixed item, mixed *arr);
DESCRIPTION
Returns the index of the first occurence of `item' in array `arr'.
If the item is not found, then -1 is returned.