Combine two Arrays into one json format
DuDuDu
DuDuDu 2018-07-25 23:30:11
0
1
1245

Combine two Arrays into one json format, please give me some advice on how to operate:

Data:

Array ( [0] => Our organization [1] => Recruiting[2] => Little sister/brother, do you want something? ) Array ( [0] =>As the central organization of the association[1] =>Are you readyc Let's make a debut[2] => People who are enlightened do not speak secretly)

Goal:

{{"title":"Our organization","des":"As a big association The central organization of the meeting"},{"title":"Recruiting","des":"Are you ready to debut as a c-position?"},{...}}

DuDuDu
DuDuDu

reply all(1)
Summer

I don’t know if you want this effect json_encode(array($arr1,$arr2))

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template