array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'zookeeper.close.php', 1 => 'Zookeeper::close', 2 => 'Close the zookeeper handle and free up any resources', ), 'up' => array ( 0 => 'class.zookeeper.php', 1 => 'Zookeeper', ), 'prev' => array ( 0 => 'zookeeper.addauth.php', 1 => 'Zookeeper::addAuth', ), 'next' => array ( 0 => 'zookeeper.connect.php', 1 => 'Zookeeper::connect', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/zookeeper/zookeeper/close.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Zookeeper::close

(PECL zookeeper >= 0.5.0)

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

Açıklama

public Zookeeper::close(): void

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hiçbir değer dönmez.

Hatalar/İstisnalar

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

Ayrıca Bakınız