<?php $array = [ 2 => (object)['title' => 'Section', 'linked' => 1], 1 => (object)['title' => 'Sub-Section', 'linked' => 1], 0 => (object)['title' => 'Sub-Sub-Section', 'linked' => null] ]; var_export(array_combine(range(1, count($array)), $array));
You have javascript disabled. You will not be able to edit any code.