PHP reverse array

In order to reverse the order of the items in an array, use the following code:

$my_array = array("1", "2", "3");

$my_array = array_reverse($my_array);

One Response to “PHP reverse array”

  1. Php Moz says:

    I was suggested this blog by my cousin. I am now not positive whether this put up is written through him as no one else realize such specified about my trouble. You are amazing! Thanks!

Leave a Reply