php remove duplicates from array

后端 未结 5 1027
余生分开走
余生分开走 2020-12-20 23:30

I was wondering if anyone could help me out, I\'m trying to find a script that will check my entire array and remove any duplicates if required, then spit out the array in t

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 23:49

    stop using your own array splitting function that causes duplicates and read the php manual page on array_chunk

提交回复
热议问题