Hello,
How to get the index of a element array by the value?
Ex.:
$fruit = array("orange","banana","apple");
Imagine that I don´t know that "banana" is the index 1. How to make it:
$index_fruit = function_i_dont_know("banana");
There are a function to retrieve it, or I need to write a code?
Regards!