Ejemplo n.º 1
0
 /**
  * Disconnect from the server and destroys the underlying resource and the
  * protocol reader resource when PHP's garbage collector kicks in.
  */
 public function __destruct()
 {
     phpiredis_reader_destroy($this->_reader);
     parent::__destruct();
 }