Skip to content

miva_array_find()#

Syntax
miva_array_find( needle, haystack var, offset )

Returns#

Returns the index of “needle” in “haystack” or 0 if the element was not found.

Parameters#

Parameter Description
needle value to search for
haystack var the simple array to search
offset the starting index position