I have array
array (size=2)
0 =>
array (size=1)
'Product' =>
array (size=2)
'id' => string '109' (length=3)
'name' => string 'product1' (length=2)
1 =>
array (size=1)
'Product' =>
array (size=2)
'id' => string '110' (length=3)
'name' => string 'product2' (length=2)
Is it possible to get name for id? Example, I have id 109 and want get name product1.