Merge array items into string

后端 未结 10 1903
遇见更好的自我
遇见更好的自我 2020-11-30 12:33

How do I merge all the array items into a single string?

10条回答
  •  -上瘾入骨i
    2020-11-30 13:22

    If you are trying to just concatenate all of strings in the array, then you should look at implode().

提交回复
热议问题