php rsort retain keys

Solutions on MaxInterview for php rsort retain keys by the best coders in the world

showing results for - "php rsort retain keys"
Lorenzo
13 Jul 2020
1//Sort an array in reverse order and maintain index association
2arsort($myArray)