[ad_1]
This is the solution I ended up using:
echo $arr[array_search(7, array_column($arr, 'id'))]['title'];
2
[ad_2]
solved How to Get title by id in 2D array?
[ad_1]
This is the solution I ended up using:
echo $arr[array_search(7, array_column($arr, 'id'))]['title'];
2
[ad_2]
solved How to Get title by id in 2D array?