摘要: 1 $hou_time=strtotime(date("24:00:00",time())); 2 var_dump($hou_time); 阅读全文
posted @ 2019-01-17 14:38 PHP小媛 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1 Yii::$app->db->createCommand()->insert('month4_user',['openid'=>$openid,'integ'=>0])->execute(); 2 $id=Yii::$app->db->getLastInsertID(); 3 var_dump($id); 阅读全文
posted @ 2019-01-17 14:37 PHP小媛 阅读(3213) 评论(0) 推荐(0) 编辑