<?php $array = [ ["1", "7", "5", "0", "0"], ["2", "3", "7", "0", "0"], ["3", "5", "10", "0", "0"], ["4", "11", "4", "0", "0"], ["5", "12", "9", "0", "0"], ["6", "6", "12", "0", "0"], ["7", "8", "6", "0", "0"], ["8", "0", "14", "0", "0"], ["9", "25", "8", "0", "0"], ["10", "30", "7", "0", "0"], ]; var_export(array_column($array, 1));
You have javascript disabled. You will not be able to edit any code.