数组倒装

Posted 谢凌

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数组倒装相关的知识,希望对你有一定的参考价值。

            $price_new=array();
			if(!empty($price)){
				foreach($price as $k=>$v){
					$price_new[]=$v;
				}
				$level[$k1][‘price‘]=$price_new;
			}else{
				$level[$k1][‘price‘]=$price;
			}


$whe_re_c="";
$whe_re_c[‘fid‘]=array(‘in‘, $ids_fz);
$res_re_car=M(‘car_sort‘)->where($whe_re_c)->order(‘sort desc, addtime desc‘)->select();
$res_re_car_cou=M(‘car_sort‘)->where($whe_re_c)->count();
$chexing=M(‘car‘)->field(‘id,title‘)->where(‘is_hot=1 and status=1‘)->order(‘sort desc,addtime desc‘)->limit(18-$res_re_car_cou)->select();
foreach($res_re_car as $k=>$v){
$whe="";
$whe[‘status‘]=1;
$cx=M(‘car‘)->where($whe)->find($v[‘bid‘]);
if(empty($cx)){
continue;
}
$chexing_new[]=$cx;
}
foreach($chexing as $k=>$v){
$chexing_new[]=$v;
}
$this->assign(‘chexing‘,$chexing_new);

  

以上是关于数组倒装的主要内容,如果未能解决你的问题,请参考以下文章

英语语法最终珍藏版笔记- 20倒装

英语----倒装句(下):部分倒装

第四部分 :特殊用途的句子(倒装句)

倒装句

晶圆级倒装装备及控制系统

VSCode自定义代码片段—— 数组的响应式方法