当前位置:网站首页>thinkPHP5 实现点击量(数据自增/自减)
thinkPHP5 实现点击量(数据自增/自减)
2022-08-05 08:34: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);
边栏推荐
猜你喜欢

网络安全研究发现,P2E项目遭遇黑客攻击只是时间问题

Redis cache and existing problems--cache penetration, cache avalanche, cache breakdown and solutions
![[Structure internal power practice] Structure memory alignment (1)](/img/31/4ddc16810da8238ac95a93d007e12e.png)
[Structure internal power practice] Structure memory alignment (1)

Redis缓存以及存在的问题--缓存穿透、缓存雪崩、缓存击穿及解决方法

Detailed explanation of DNS query principle

Chapter 12 贝叶斯网络

链表专项之环形链表

SVG Star Wars Style Toggle Toggle Button

ps怎么拼图,自学ps软件photoshop2022,PS制作拼图效果

TensorFlow installation steps
随机推荐
ps怎么替换颜色,自学ps软件photoshop2022,ps一张图片的一种颜色全部替换成另外一种颜色
uniapp时间组件封装年-月-日-时-分-秒
php向mysql写入数据失败
让程序员崩溃的N个瞬间(非程序员误入)
egg framework
SVG big fish eat small fish animation js special effects
CROS和JSONP配置
苹果官网商店新上架Mophie系列Powerstation Pro、GaN充电头等产品
MySQL 数据库 报错 The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid)
DPU — 功能特性 — 管理系统的硬件卸载
数据源对象管理Druid和c3p0
工程制图知识点
SQL SERVER on master-slave table trigger design
SQL语句查询字段内重复内容,并按重复次数加序号
Codeforce 8.1-8.7做题记录
Redis cache and existing problems--cache penetration, cache avalanche, cache breakdown and solutions
画法几何及工程制图考试卷A卷
Luogu P1966: [NOIP2013 提高组] 火柴排队 [树状数组+逆序对]
Green Apple Forum reopens
SVG Star Wars Style Toggle Toggle Button