<?php $arr = ['a' => 45, 'b' => 30]; $exp = array_slice($arr, 1, null, true); var_dump($exp);
You have javascript disabled. You will not be able to edit any code.