<?php $array = [ ['a'], ['b'], ['c'], ['d'], ]; var_export( array_map('reset', $array) );
You have javascript disabled. You will not be able to edit any code.