Posts by RyderMais • 1 point
1 post
-
-6
votes3
answers1393
viewsA: Sort array in PHP
Just use a array_reverse with the variable that is the group of arrays that you want to invert... $exemplo = array_reverse($var); Now if you want to re-organize all arrays in ascending or descending…