list_get_index_of (list l, mixed element) ⇒ integer
From the list, l, obtains the index of an element, element.
Alternative function names: list_index_of
First available: Version 1.3.3
Notes
This function will return -1 if the searched element is not found.
Comments