int member(arr,item)
mixed arr,item

Takes an array, mapping or string as first argument. In case of mappings it
returns 1 if item is a member of the mapping, otherwise it returns the index
of item in array.

See also member_array.
