douershuang7356 2014-04-25 19:36
浏览 38
已采纳

本机php函数将单维数组转换为二维数组

I want to turn plain array into two dimensional array. I can do it with a code below but is there native PHP function to handle it. I went through the manual and wen but didn't see anything.

Thanks

$array = array('a', 'b');

Should be converted into:

$array = array('a'=>'a', 'b'=>'b');

I don't want to use this if there is a simple function:

foreach($array as &$value)
{
    $new[$value] = $value;
}
  • 写回答

1条回答 默认 最新

  • dqbr37828 2014-04-25 19:38
    关注

    You can use array_combine(), which combines (suprisingly enough) an array of keys and an array of values into a single array.

    $array = array_combine($array, $array);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 找一个网络防御专家,外包的
  • ¥100 能不能让两张不同的图片md5值一样,(有尝)
  • ¥15 informer代码训练自己的数据集,改参数怎么改
  • ¥15 请看一下,学校实验要求,我需要具体代码
  • ¥50 pc微信3.6.0.18不能登陆 有偿解决问题
  • ¥20 MATLAB绘制两隐函数曲面的交线
  • ¥15 求TYPCE母转母转接头24PIN线路板图
  • ¥100 国外网络搭建,有偿交流
  • ¥15 高价求中通快递查询接口
  • ¥15 解决一个加好友限制问题 或者有好的方案