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