<?php $arr =[ [ 0 => "1", 1 => "2", 2 => "3", ], [ 0 => "1", 1 => "3", 2 => "2", ], [ 0 => "2", 1 => "1", 2 => "3" ] ]; print_r(array_map("implode",$arr));
You have javascript disabled. You will not be able to edit any code.