1. 首页
  2. 编程语言
  3. PHP
  4. memcache+ajax的简单聊天室

memcache+ajax的简单聊天室

上传者: 2021-05-02 20:14:00上传 RAR文件 3.61KB 热度 12次
主要是使用改程序熟悉下memchache缓存 文件列表: Chat.class.php --getChatList() getChatList()方法用的是Php manual上的方法来获取memchache的所有的值,也是处理的核心。当然这种方式还是不推荐使用的。因为ET说,三个foreach chat.js chat.log log文件,用来记录一些基本的set和get chat_add_ajax.php chat_get_ajax.php index.php init.php 初始化文件,用来配置 session_start(); ini_set('display_errors',0); date_default_timezone_set(); 使用方式: 首先安装memchache服务,然后memcache.exe -d start开启服务 其他的放到工作目录下就行了 sunshine
用户评论