欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

thinkphp foreach遍历数组并添加属性(下标)

(元素模板) / 2023-02-03 09:34

thinkphp如何使用foreach遍历数组并添加属性(下标)
使用下面代码即可

foreach ($list as &$value){
                $from_time=Db::table('txsh_group_chat')->where(['user_id'=>$user_id,'group_id'=>$value['group_id']])->field('latest_time')->find();
                if($from_time['latest_time']==null){
                    $from_time['latest_time']==null;
                }
                $value['count']=$text->get_group_count($value['group_id'],$from_time['latest_time'],$value['latest_time']);
}


 

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com