コード例 #1
0
ファイル: Memcached.php プロジェクト: liyu9092/zphp
 public function __construct($config)
 {
     $this->memcached = Manager\Memcached::getInstance($config);
 }
コード例 #2
0
ファイル: TT.php プロジェクト: xifat/zphp
 public function setSlave($config)
 {
     if (empty($this->stt)) {
         $this->stt = Manager\Memcached::getInstance($config);
     }
 }