PHP » GoLang |
login |
register |
about
|
GoLang Zookeeper::delete
request it (404)
GoLang replacement for PHP's Zookeeper::delete
[edit | history]
Zookeeper::delete(PECL zookeeper >= 0.2.0) Zookeeper::delete — Delete a node in zookeeper synchronously Description
public
bool Zookeeper::delete
( string
$path
[, int $version = -1
] )Parameters
Return Values
Returns Errors/ExceptionsThis method emits PHP error/warning when parameters count or types are wrong or fail to delete node. Caution
Since version 0.3.0, this method emits ZookeeperException and it's derivatives. ExamplesExample #1 Zookeeper::delete() example Delete a existing node.
<?php The above example will output: SUCCESS See Also
|
more
Recently updated
more
Most requested
more
Last requests
|