获取到数组,请问如何将数组医院为相同医院的科室合并到depart_list中

weixin_39771828 2017-12-05 02:30:42
array(4) {
[0]=>
array(4) {
["hospital"]=>
string(21) "鞍钢未来城医院"
["chest_card"]=>
int(0)
["device0"]=>
int(0)
["depart_list"]=>
array(1) {
[0]=>
array(2) {
["department"]=>
string(9) "会议室"
["list"]=>
array(0) {
}
}
}
}
[1]=>
array(4) {
["hospital"]=>
string(23) "月坛南街26号医院"
["chest_card"]=>
int(1)
["device0"]=>
int(0)
["depart_list"]=>
array(1) {
[0]=>
array(2) {
["department"]=>
string(7) "2035室"
["list"]=>
array(0) {
}
}
}
}
[2]=>
array(4) {
["hospital"]=>
string(23) "月坛南街26号医院"
["chest_card"]=>
int(0)
["device0"]=>
int(0)
["depart_list"]=>
array(1) {
[0]=>
array(2) {
["department"]=>
string(8) "2035A室"
["list"]=>
array(0) {
}
}
}
}
[3]=>
array(4) {
["hospital"]=>
string(23) "月坛南街26号医院"
["chest_card"]=>
int(2)
["device0"]=>
int(0)
["depart_list"]=>
array(1) {
[0]=>
array(2) {
["department"]=>
string(7) "2029室"
["list"]=>
array(0) {
}
}
}
}
}
...全文
138 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
一起混吧 2017-12-06
  • 打赏
  • 举报
回复
贴出经var_export()输出后的数组出来
老虎爱代码 2017-12-05
  • 打赏
  • 举报
回复

array(4) {
  [0]=>
  array(4) {
    ["hospital"]=>
    string(21) "鞍钢未来城医院"
    ["chest_card"]=>
    int(0)
    ["device0"]=>
    int(0)
    ["depart_list"]=>
    array(1) {
      [0]=>
      array(2) {
        ["department"]=>
        string(9) "会议室"
        ["list"]=>
        array(0) {
        }
      }
    }
  }
  [1]=>
  array(4) {
    ["hospital"]=>
    string(23) "月坛南街26号医院"
    ["chest_card"]=>
    int(1)
    ["device0"]=>
    int(0)
    ["depart_list"]=>
    array(1) {
      [0]=>
      array(2) {
        ["department"]=>
        string(7) "2035室"
        ["list"]=>
        array(0) {
        }
      }
    }
 array(1) {
      [2]=>
      array(2) {
        ["department"]=>
        string(8) "2035A室"
        ["list"]=>
        array(0) {
        }
      }
    }
 array(1) {
      [3]=>
      array(2) {
        ["department"]=>
        string(7) "2029室"
        ["list"]=>
        array(0) {
        }
      }
    }
  }
}

21,886

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧