|
Zookeeper::deleteDelete 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. ExamplesExample #1 Zookeeper::delete example Delete a existing node.
<?php The above example will output: SUCCESS See Also
|