php sort by values keep key code example
Example: php rsort retain keys
//Sort an array in reverse order and maintain index association
arsort($myArray)
//Sort an array in reverse order and maintain index association
arsort($myArray)