php Remove parent level array from set of arrays and merge nodes

后端 未结 6 1054
执念已碎
执念已碎 2020-12-14 09:40

I am terrible with manipulating arrays...given this structure I want to remove the top level array and merge all subsets into one flat array:

Array
(
    [0]         


        
6条回答
  •  [愿得一人]
    2020-12-14 10:10

    If your arrays always have the same previously known depth, maybe you could make good use of

    http://php.net/manual/es/function.array-merge.php

提交回复
热议问题