<?php $array = [ [2015 => '2015'], [2016 => '2016'], [2017 => '2017'], [2018 => '2018'], [2019 => '2019'], [2020 => '2020'], [2021 => '2021'], [2022 => '2022'], [2023 => '2023'] ]; var_export( iterator_to_array( new RecursiveIteratorIterator( new RecursiveArrayIterator($array) ) ) );
You have javascript disabled. You will not be able to edit any code.