ZookeeperClient::set¶
ZookeeperClient::set — Sets the data associated with a node
Description¶
public void ZookeeperClient::set(string $path, string $value)
Parameters¶
- path
- path the name of the node. Expressed as a file name with slashes separating ancestors of the node.
- value
- data to be written to the node.
Return Values¶
No value is returned.