3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array ( '3' => 10, '2' => 2, '5' => 'Nakiya', ); /** * Remove the first value from an array. */ function removeFirstelement($array) { array_shift($array); return $array; } var_dump(removeFirstelement($array));

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
77.76 ms | 1473 KiB | 4 Q