<?php $arr = [ 0 => [ "id" => 2, "title" => "Test", "alt_text" => 'This is test', ], 1 => [ "id" => 3, "title" => "Test1", "alt_text" => 'This is test1', ], 2 => [ "id" => 7, "title" => "Test2", "alt_text" => "This is test2", ], ]; $temp = array_column($arr, 'title', 'id'); echo $temp[2]; // will result Test
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`