Subject: PHP

Rotate an Array

Write a PHP function to rotate an array by a given number of positions.

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

Select file or drag and drop

PNG, JPG, SVG

Preview