当前位置:网站首页>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);
边栏推荐
猜你喜欢
随机推荐
浅谈自动采集程序及入库
Embedded Systems: Basic Timers
作为一个男人必须明白的22个道理
Iptables implementation under the network limited (NTP) synchronization time custom port
SVG big fish eat small fish animation js special effects
让硬盘更快,让系统更稳定
Adb 授权过程分析
Green Apple Forum reopens
NC20164 :最大数MAXNUMBER [线段树]
ps怎么替换颜色,自学ps软件photoshop2022,ps一张图片的一种颜色全部替换成另外一种颜色
Nn. Unfold and nn. The fold
MySQL database error The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid)
【无标题】目录
创业者如何吸引风险投资商
DPU — 功能特性 — 管理系统的硬件卸载
[转帖]嫁人一定要嫁工资至少比你高3571.4元的男士
长期招聘嵌入式开发-深圳宝安
php向mysql写入数据失败
The color of life divine
[Structural Internal Power Cultivation] Structural Realization Stages (2)