.\"returns the index of the first occurence of a given item in an array
.DT
member_array
Discworld driver help
member_array

Name
.SI 5
member_array() - returns index first occurence of a given item in an array

.EI
Synopsis
.SI 5
int member_array(mixed item, mixed *arr);

.EI
Description
.SP 5 5
Returns the index of the first occurence of `item' in array `arr'.
If the item is not found, then -1 is returned.
.EP
