I have an array
which consists of arrays. So, now suppose I want to retrieve the sku and price whose key value is 2=>5 and 3=>7 so it should return price=>13 and sku=>bc i.e. that array whose index is at 1 in the array.
via msonowal