<?php $alignments = [ 'top left', 'top right', ]; $switches = [ 'Switch Up', 'Switch Down', ]; $combined = [$alignments, $switches]; var_export(array_column($combined, 0)); var_export(array_column($combined, 1));
You have javascript disabled. You will not be able to edit any code.