
member_array(3)        C LIBRARY FUNCTIONS        member_array(3)

NAME
     member_array() - returns index first occurence  of  a  given
     item in an array

SYNOPSIS
     int member_array(mixed item, mixed *arr, int flag);

DESCRIPTION
     Returns the index of the first occurence of `item' in  array
     `arr'.   If  the item is not found, then -1 is returned.  If
     `flag' is 1 and `item' is a  string,  then  only  the  first
     `strlen(item)'  characters of each element of `arr' are com-
     pared against `item'.

Sun Release 4.1           Last change:                          1

