<?php $a1 = ['aaa', 'ccc', 'eee', 'ggg']; $a2 = ['bbb', 'ddd', 'fff', 'hhh']; $a3 = [1662, 1663, 1664, 1665]; var_export( array_map( fn($title, $Info, $id) => get_defined_vars(), $a1, $a2, $a3 ) );
You have javascript disabled. You will not be able to edit any code.