$arraySearch
To search for a value in an array. If it exists, it will return the position of the value. If not, -1
is returned.
Usage
$arraySearch[Value to search;array name (optional)]
To search for a value in an array. If it exists, it will return the position of the value. If not, -1
is returned.
$arraySearch[Value to search;array name (optional)]