Hi, I am looking for something that does the opposite to the "array_search()" function.
That is: I have a "key" and I want to get the corresponding value to that key (in a array).
I couldn't find anything at php.net. Did I miss it? or isn't there such a function?