It seems to be simple but I could not, I would like to add the following array (there are two arrays inside one, it is split with the array_chunk):
$arr = [
[1, 2, 3, 4, 5],
[6, 7, 8, 9, 0]
];
I would like the result to be this:
A...
asked by
11.06.2018 / 18:20