
member_array(3)       LPC Library Functions       member_array(3)

NNAAMMEE
       member_array()  - returns index of an occurence of a given
       item in an array or string

SSYYNNOOPPSSIISS
       int member_array( mixed item, mixed * | string arr, void |
       int start );

DDEESSCCRRIIPPTTIIOONN
       Returns  the  index  of  the  first occurence of `item' in
       array `arr', or the first occurence at or  after  'start'.
       If the item is not found, then -1 is returned.

MudOS                       5 Sep 1994                          1

