摘要:
1 $hou_time=strtotime(date("24:00:00",time())); 2 var_dump($hou_time); 阅读全文
摘要:
1 Yii::$app->db->createCommand()->insert('month4_user',['openid'=>$openid,'integ'=>0])->execute(); 2 $id=Yii::$app->db->getLastInsertID(); 3 var_dump($id); 阅读全文