<?php $a = ["7" => "value", "key" => "value"]; $res = array_splice($a, 0, 1); var_dump($a); var_dump($res);
You have javascript disabled. You will not be able to edit any code.