在线工具
网站地图    收藏    合作   
<

快捷菜单 返回顶部

php操作redis

返回上层

String数据类型函数 - incr - 命令/方法/函数

Description

Increment the number stored at key by one. If the second argument is filled, it will be used as the integer value of the increment.

对指定的KEY的值自增1。如何填写了第二个参数,将把第二个参数自增给KEY的值。


Parameters

key

value: value that will be added to key (only for incrBy)


Return value

INT the new value

返回新的INT数值


Examples

$redis->incr('key1'); /* key1 didn't exists, set to 0 before the increment  如果key1不存在,在自增之前的默认值为0 */

                      /* and now has the value 1 执行incr后,现在为1 */


$redis->incr('key1'); /* 2 */

$redis->incr('key1'); /* 3 */


来源:https://www.daixiaorui.com/

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com