PHP » GoLang |
login |
register |
about
|
GoLang Zookeeper::exists
request it (388)
GoLang replacement for PHP's Zookeeper::exists
[edit | history]
Zookeeper::exists(PECL zookeeper >= 0.1.0) Zookeeper::exists — Checks the existence of a node in zookeeper synchronously DescriptionParameters
Return ValuesReturns true/false on success, and false on failure. Errors/ExceptionsThis method emits PHP error/warning when parameters count or types are wrong or fail to check the existence of a node. Caution
Since version 0.3.0, this method emits ZookeeperException and it's derivatives. ExamplesExample #1 Zookeeper::exists() example Check the existence of a node.
<?php The above example will output: EXISTS See Also
|
more
Recently updated
more
Most requested
more
Last requests
|