摘要: 【Redis】PHP操作Redis的命令大全 1、连接到 redis 服务 <?php //连接本地的 Redis 服务 $redis =newRedis(); $redis->connect('127.0.0.1',6379); echo "Connection to server sucessf 阅读全文
posted @ 2020-08-04 11:06 华诺 阅读(217) 评论(0) 推荐(0) 编辑
摘要: /** *用户授权登录 */ public function getOauthRedirect() { $appid = $this->appid; //appid $callback = ''; //回调地址 $res = 'https://open.weixin.qq.com/connect/o 阅读全文
posted @ 2020-08-04 10:36 华诺 阅读(631) 评论(0) 推荐(0) 编辑