实例如下:
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'];
}
}
以上这篇PHP两个多维数组组合遍历的实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。
原文链接:https://www.f2er.com/php/16632.html