Subject: PHP

Reverse an Array

Write a PHP function that takes an array as input and returns the array in reverse order without using the array_reverse() function.

Example:
Input: [1, 2, 3, 4, 5]
Output: [5, 4, 3, 2, 1]

Select file or drag and drop

PNG, JPG, SVG

Preview