<?php $aa = [47, 51]; Foreach($aa as $a){ $b[] = $a; print_r($b); } print_r($b);
You have javascript disabled. You will not be able to edit any code.