A simple wrapper function around array_push() could help: function array_push_autoinc(array &$array, $item) { $next = sizeof($array); ...
確定! 回上一頁