Predis\ClientInterface::disconnect PHP Метод

disconnect() публичный Метод

Closes the underlying connection from the server.
public disconnect ( )
    public function disconnect();

Usage Example

Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function disconnect()
 {
     return $this->predis->disconnect();
 }
All Usage Examples Of Predis\ClientInterface::disconnect