You can use array_reverse function to reverse the elements in an array in PHP. This saves you from writing a loop and copy it to another array.