php 使用memcached實例

memcached的封裝類 <?php class AdminModel { public $m=''; public function __construct() { //創建實例 $this->m = new Memcached(); $this->m->addServer('localhost', 11211);
相關文章
相關標籤/搜索