<?php $arrTags['banana'] = 3; $arrTags['mango'] = 2; $arrTags['apple1'] = 2; $arrTags['orange'] = 4; $arrTags['almond1'] = 2; array_multisort($arrTags, SORT_DESC, array_keys($arrTags), SORT_ASC, $arrTags); print_r($arrTags);
You have javascript disabled. You will not be able to edit any code.