dppn67180 2012-07-03 13:55
浏览 147
已采纳

将array_merge_recursive与数字键一起使用

I've been searching through SO and come across a couple solutions that all feel like hacks for getting around the default array_merge_recursive behavior on numeric keys. For instance, I've read that you can add an underscore to the beginning, changing your number to a string.

Anyway, here's my data set and intended outcome...

array ( "Name1", "Name2", "Name3" );
array ( "Data1", "Data2", "Data3" );
array ( "Price1", "Price2", "Price3" );

Intended outcome:

array ( 1 => array ( "Name1", "Data1", "Price1" ), 2 => array ( "Name2", "Data2", "Price2" ), 3 => array ( "Name3", "Data3", "Price3" );

I'm sure you're aware of how array_merge_recursive normally operates with numeric keys... Here's my current merged results.

array ( "Name1", "Name2", "Name3", "Data1", "Data2", "Data3", "Price1", "Price2", "Price3");

Is there a proper method for this? What are the pros and cons to individual methods, like adding an underscore to create a string key?

  • 写回答

2条回答 默认 最新

  • dongmacuo1193 2012-07-03 13:58
    关注

    A simple workaround would be a completely different approach, like:

    $merged = array_map(function () { return func_get_args(); }, $array1, $array2, $array3);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序
  • ¥15 onvif+openssl,vs2022编译openssl64