Filtering selected elements from array of associative arrays
问题 This is a follow-up question to another question below; Removing selected elements from array of associative arrays This time, I would like to filter selected elements from an array of associative arrays instead of removing them. I have this array; $result = array( (int) 0 => array( 'name' => 'Luke', 'id_number' => '1111', 'address' => '1544addr', 'time_here' => '2014-04-12 13:07:08' ), (int) 1 => array( 'name' => 'Sam', 'id_number' => '2222', 'address' => '1584addr', 'time_here' => '2014-04