Hello. There is a certain two-dimensional array:
Array( [0]=>Array([id]=>1[name]=>Вип) [1]=>Array([id]=>2[name]=>Премиум) ) How it will be more correct to receive value name , knowing id ?
The fact is that the array can be very large, and this operation can occur more than once: I would like this to not affect the speed.