<?php $sortMe = ['A','B','C','D']; $sortMeToo = ['1','2','3','4']; array_multisort($sortMe, SORT_DESC, array_keys($sortMe), $sortMeToo); var_dump($sortMe); var_dump($sortMeToo);
You have javascript disabled. You will not be able to edit any code.