CakeFest 2024: The Official CakePHP Conference

Zookeeper::close

(PECL zookeeper >= 0.5.0)

Zookeeper::closeClose the zookeeper handle and free up any resources

Descrição

public Zookeeper::close(): void

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Nenhum valor é retornado.

Erros/Exceções

This method emits ZookeeperException and it's derivatives when closing an uninitialized instance.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top