<?php $a = [1, 2, 3]; $b = [4, 5, 6]; $c = [...$a, ...$b]; echo json_encode($c);
You have javascript disabled. You will not be able to edit any code.