18, "Clark"=>"32", "John"=>24, "Peter"=>32); // Getting all the keys from the persons array print_r(array_keys($persons)); ?>