<?php $array = ["Ripe Mango"=>"Yellow", "Strawberry"=>"Red", "Lemon"=>"Yellow"]; $result = []; foreach ($array as $result[$v][] => $v); var_export($result);
You have javascript disabled. You will not be able to edit any code.