<?php $array = [ [16, 'News', 'News', 'News', 'News content'], [17, 'about-us', 'About us', 'About us', 'About us content'], ]; var_export( array_reduce( $array, fn($result, $row) => $result + [array_shift($row) => $row], [] ) );
You have javascript disabled. You will not be able to edit any code.