how do I concatenate the string values of two arrays pairwise with PHP?

后端 未结 9 1308
傲寒
傲寒 2020-12-21 00:43

So I have two arrays

Array
(
[0] => test
[1] => test 1
[2] => test 2
[3] => test 3
)

and

Array
(
[0] => test         


        
9条回答
提交回复
热议问题