<?php $array1 = ['System ID', 'Last Name']; $array2 = [ 'type' => 'VARCHAR', 'constraint' => '200', ]; print_r(array_fill_keys($array1, $array2));
You have javascript disabled. You will not be able to edit any code.