php两个多维数组组合遍历
Posted yangzailu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php两个多维数组组合遍历相关的知识,希望对你有一定的参考价值。
$res = $this->LoanRecord->searchloan($conditions,$columns,$page,$this->num,$user_id);
foreach ($res[1] as $key => $value) {
if(!empty($value[\'b\'][\'id\'])){
$result_day = $this->LoanRecord ->getLastDay($value[\'b\'][\'id\']);
$res[1][$key][\'m\'] = $result_day[\'m\'];
}
}
导出表格单独查询,在写入excel时单独查询遍历
以上是关于php两个多维数组组合遍历的主要内容,如果未能解决你的问题,请参考以下文章