PHP 8.3.4 Released!

Zookeeper::close

(PECL zookeeper >= 0.5.0)

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

Descripción

public Zookeeper::close(): void

Parámetros

Esta función no tiene parámetros.

Valores devueltos

No devuelve ningún valor.

Errores/Excepciones

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

Ver también

add a note

User Contributed Notes

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