I have an Array with this format :
countries(
[0] = Array
(
[0] = 1
[1] = USA
)
[1] = Array
(
[0] = 93
[1] = Afghanistan
)
[2] = Array
(
[0] = 358
[1] = Finland
)
)
=======
[0] country code
[1] country name
and I want to search this array to get which country the number belong to ..
example : 358545454554 , how can i search the array to get which country , in this case = Finland please consider the performance , so I want the fastest way