int member_array(mixed elem, mixed *arr);

Returns the position of an element 'elem' in the array 'arr'. If 'elem' is not
a member of 'arr' then -1 is returned.

