<?php $s =[ [ "id" => 1, "datas" => ['a','b','c'], ], [ "id" => 2, "datas" => ['d','e','f'], ], [ "id" => 3, "datas" => ['g','h','i'], ], ]; print_r(array_merge(...array_column($s, 'datas')));
You have javascript disabled. You will not be able to edit any code.