RpcClient::close PHP Method

close() public method

public close ( )
    public function close()
    {
        $this->transport->close();
    }

Usage Example

コード例 #1
0
ファイル: VTGateConn.php プロジェクト: Rastusik/vitess
 public function close()
 {
     $this->client->close();
 }
All Usage Examples Of RpcClient::close