コード例 #1
0
ファイル: Session.php プロジェクト: catlabinteractive/neuron
 /**
  * Disconnect session handler
  */
 public function disconnect()
 {
     if ($this->handler) {
         $this->handler->stop();
     }
 }