|
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. Caution
Since version 0.3.0, this method emits ZookeeperException and it's derivatives. ExamplesExample #1 Zookeeper::delete example Delete a existing node.
The above example will output: SUCCESS See Also
|