下面小編就為大家帶來一篇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']; } }
##
以上是php兩個多維數組組合案例的詳細內容。更多資訊請關注PHP中文網其他相關文章!