摘要:
【Redis】PHP操作Redis的命令大全 1、连接到 redis 服务 <?php //连接本地的 Redis 服务 $redis =newRedis(); $redis->connect('127.0.0.1',6379); echo "Connection to server sucessf 阅读全文
摘要:
/** *用户授权登录 */ public function getOauthRedirect() { $appid = $this->appid; //appid $callback = ''; //回调地址 $res = 'https://open.weixin.qq.com/connect/o 阅读全文