当前位置:网站首页>thinkPHP5 realizes clicks (data increment/decrement)
thinkPHP5 realizes clicks (data increment/decrement)
2022-08-05 08:39:00 【reg183】
setInc/setDec 如不加第二个参数,默认值为1
// score 字段加 1
Db::table('think_user')->where('id', 1)->setInc('score');
// score 字段加 5
Db::table('think_user')->where('id', 1)->setInc('score', 5);
// score 字段减 1
Db::table('think_user')->where('id', 1)->setDec('score');
// score 字段减 5
Db::table('think_user')->where('id', 1)->setDec('score', 5);
setInc/setDec支持延时更新,如果需要延时更新则传入第三个参数
下例中延时10秒,给score字段增加1
Db::table('think_user')->where('id', 1)->setInc('score', 1, 10);
边栏推荐
猜你喜欢

全面讲解GET 和 POST请求的本质区别是什么?原来我一直理解错了

JVM运行流程,运行时数据区,类加载,垃圾回收,JMM解析

DataFrame在指定位置插入行和列

【结构体内功修炼】结构体实现位段(二)

D2--FPGA SPI接口通信2022-08-03

让程序员崩溃的N个瞬间(非程序员误入)

SQL语句查询字段内重复内容,并按重复次数加序号

php fails to write data to mysql

Chapter 12 贝叶斯网络

How to replace colors in ps, self-study ps software photoshop2022, replace one color of a picture in ps with another color
随机推荐
EA谈单机游戏:仍是产品组合中极其重要的部分
egg框架中解决跨域的三种方案
基因数据平台
Controlling number and letter input in ASP
作为一个男人必须明白的22个道理
php向mysql写入数据失败
RedisTemplate: error template not initialized; call afterPropertiesSet() before using it
P1160 队列安排
工程制图知识点
ps怎么替换颜色,自学ps软件photoshop2022,ps一张图片的一种颜色全部替换成另外一种颜色
CROS and JSONP configuration
Luogu P4588: [TJOI2018]数学计算
苹果官网商店新上架Mophie系列Powerstation Pro、GaN充电头等产品
egg framework
512色色谱图
Linux导出数据库数据到硬盘
数据源对象管理Druid和c3p0
微信小程序请求封装
8.4模拟赛总结
ps怎么拼图,自学ps软件photoshop2022,PS制作拼图效果