Predis\ClientInterface::disconnect PHP Method

disconnect() public method

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

Usage Example

コード例 #1
0
ファイル: PredisBridge.php プロジェクト: php-resque/resque
 /**
  * {@inheritDoc}
  */
 public function disconnect()
 {
     return $this->predis->disconnect();
 }
All Usage Examples Of Predis\ClientInterface::disconnect