N
AME
member_array
- find first occurance of a value in an array
S
YNTAX
#include <simulate.h>
int member_array(mixed
item
, mixed *
arr
);
D
ESCRIPTION
Returns the index of the first occurence of item in array arr. If not found, then -1 is returned.
K
EYWORDS
array