<?php $array = [ 0 => 'Title1', 1 => 'Title2', 3 => 'Address1', 4 => 'Address2', ]; var_export( array_map( fn($title, $address) => get_defined_vars(), ...array_chunk($array, 2) ) );
You have javascript disabled. You will not be able to edit any code.