当前位置:网站首页>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);
边栏推荐
猜你喜欢
力扣刷题八月第一天
嵌入式系统:基本定时器
数据源对象管理Druid和c3p0
画法几何及工程制图考试卷A卷
让程序员崩溃的N个瞬间(非程序员误入)
How to make pictures clear in ps, self-study ps software photoshop2022, simple and fast use ps to make photos clearer and more textured
ps怎么替换颜色,自学ps软件photoshop2022,ps一张图片的一种颜色全部替换成另外一种颜色
嵌入式实操----基于RT1170 移植memtester做SDRAM测试(二十五)
苹果官网商店新上架Mophie系列Powerstation Pro、GaN充电头等产品
What is a good movie to watch on Qixi Festival?Crawl movie ratings and save to csv file
随机推荐
网页直接访问链接不让安全中心拦截
DPU — 功能特性 — 管理系统的硬件卸载
行走社会100绝招
Data source object management Druid and c3p0
k-nearest neighbor fault monitoring based on multi-block information extraction and Mahalanobis distance
十一道家常小菜详细攻略[图文并茂]
【结构体内功修炼】枚举和联合的奥秘(三)
学习笔记14--机器学习在局部路径规划中的应用
TensorFlow安装步骤
routing----router
8.4模拟赛总结
控制器-----controller
链表专项之环形链表
Qt writes custom controls: one of the text spotlight effects
The difference between beautiful MM and ordinary MM
[Structural Internal Power Cultivation] The Mystery of Enumeration and Union (3)
Thinking after writing a code with a very high CPU usage
六年团队Leader实战秘诀|程序员最重要的八种软技能 - 脸皮薄容易耽误事 - 自我营销
The color of life divine
创业者如何吸引风险投资商