Let's say that I have an array as so:
Array
(
[0] => 8956-J
[1] => 1403-B
[2] => 1203-A
)
And I want to find the key value of the 1403-B item. What is the quickest way to do this? I don't want to set up a while loop. I would think there is one quick, simple PHP inherit function to pull the number "1" outta there.
Thanks,
Shaun