页首

摘要: str_split (PHP 5, PHP 7) str_split — Convert a string to an array str_split — 将字符串转换为数组 Description Parameters string The input string. 输入字符串。 split_l 阅读全文
posted @ 2018-03-07 22:41 zhangrxiang 阅读(501) 评论(0) 推荐(0) 编辑
摘要: str_shuffle (PHP 4 = 4.3.0, PHP 5, PHP 7) str_shuffle — Randomly shuffles a string str_shuffle — 随机打乱一个字符串 Description Caution This function does not 阅读全文
posted @ 2018-03-07 22:17 zhangrxiang 阅读(563) 评论(0) 推荐(0) 编辑
摘要: String 连接redis服务 SET key value GET key APPEND key value INCR key DECR key DECRBY key decrement INCRBY key increment ETRANGE key start end GETSET key v 阅读全文
posted @ 2018-03-07 15:59 zhangrxiang 阅读(323) 评论(0) 推荐(0) 编辑
摘要: Redis String(字符串) string是redis最基本的类型,你可以理解成与Memcached一模一样的类型,一个key对应一个value。 string类型是二进制安全的。意思是redis的string可以包含任何数据。比如jpg图片或者序列化的对象 。 string类型是Redis最 阅读全文
posted @ 2018-03-07 15:45 zhangrxiang 阅读(292) 评论(0) 推荐(0) 编辑

页脚