コード例 #1
0
ファイル: Proxy.php プロジェクト: josephholsten/swaplady
 /**
  * Close current index and free resources
  *
  * Should be invoked only just before destruction.
  *
  * @internal
  */
 public function close()
 {
     $this->_index->close();
     $this->_index = null;
 }