<?php $cars = array("Volvo", "BMW", "Toyota", "Mercedes"); $newCars = array_slice($cars, 1); var_dump($newCars);
You have javascript disabled. You will not be able to edit any code.