The problem is explained simply, I have two arrays:
array(0,1,2,3,4);
array(5,6,7,8,9);
I need both arrays to make one only:
array(0,1,2,3,4,5,6,7,8,9)
But I can not use foreach or while, since they are arrays that contain at least 100...
asked by
29.10.2018 / 03:55