Zookeeper::close

(PECL zookeeper >= 0.5.0)

Zookeeper::close — Close the zookeeper handle and free up any resources

Description

public function Zookeeper::close(): void

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

This method emits ZookeeperException and its derivatives when closing an uninitialized instance.

See Also

+add a note

User Contributed Notes

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