$city=array('delhi','noida','mumbai','noida');
$name=array('ankit','atul','ramu','manu');
I want to create a 2-dimensional array using the two arrays above, with the name of the cities as keys and the corresponding names as the values. The names must be sorted.