dongshan4316 2017-05-29 08:47
浏览 29
已采纳

在php中从多个多维数组创建一个数组

I have created following array. But this is not what actually i want. help to create a new array from this to fulfill my requirements.

Array (
[supplier_id] => 1
[filter_name] => Array
    (
        [0] => product 1 
        [1] => Product 2
        [2] => Product 3
    )

[quantity] => Array
    (
        [0] => 3
        [1] => 10
        [2] => 2
    )

[unit] => Array
    (
        [0] => pkts
        [1] => ltrs
        [2] => pkts
    )

[price] => Array
    (
        [0] => 11
        [1] => 100
        [2] => 10
    )

[gross_amount] => Array
    (
        [0] => 33
        [1] => 1000
        [2] => 20
    )

[vat] => Array
    (
        [0] => 0
        [1] => 0
        [2] => 0
    )

[net_amount] => Array
    (
        [0] => 33
        [1] => 1000
        [2] => 20
    ) )

And This is the array i want exactly. Is there any idea to create this type of array.

Array(
[supplier_id] = 1
[0] = Array(
    [filter_name] => product 1
    [quantity] => 3
    [unit] => pkts
    [price] => 11
    [gross_amount] => 33
    [vat] => 0
    [net_amount] => 33
)
[1] = Array(
    [filter_name] => product 2
    [quantity] => 10
    [unit] => ltrs
    [price] => 100
    [gross_amount] => 1000
    [vat] => 0
    [net_amount] => 1000
)

[2] = Array(
    [filter_name] => product 3
    [quantity] => 2
    [unit] => pkts
    [price] => 10
    [gross_amount] => 20
    [vat] => 0
    [net_amount] => 20
))
  • 写回答

1条回答 默认 最新

  • dongzhenju3015 2017-05-29 09:29
    关注

    I think this should help you, I am assuming there are maximum 3 values in your sub-array, So I used while($i<3);

    $i = 0;
       $newArray = array();
       do{
       foreach($arr as $key=>$val){
           if($key == 'supplier_id'){
                $newArray[$key] = $val;
            }else{
                $newArray[$i][$key] = $val[$i];
            }
    
       }
       $i++;   
       }while($i<3);
       echo "<pre>"; print_r($newArray);
    

    Check Output here

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line