php 使用memcached实例

memcached的封装类 <?php class AdminModel { public $m=''; public function __construct() { //创建实例 $this->m = new Memcached(); $this->m->addServer('localhost', 11211);
相关文章
相关标签/搜索