search

Home  >  Q&A  >  body text

Combine two Arrays into one json format

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?"},{...}}

DuDuDuDuDuDu2348 days ago1270

reply all(1)I'll reply

  • Summer

    Summer2018-07-26 09:39:48

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

    reply
    0
  • Cancelreply