<?php $array = [ 4 => 'apple', 7 => 'orange', 13 => 'plum' ]; var_export( array_first($array) );
You have javascript disabled. You will not be able to edit any code.