<?php $a = [['city' => 'A'],['city' => 'B'],['city' => 'C']]; print_r(array_column($a, 'city', 'city'));
You have javascript disabled. You will not be able to edit any code.