Zookeeper
PHP Manual

Predefined Constants

The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.

Zookeeper::PERM_READ (integer)
can read nodes value and list its children
Zookeeper::PERM_WRITE (integer)
can set the nodes value
Zookeeper::PERM_CREATE (integer)
can create children
Zookeeper::PERM_DELETE (integer)
can delete children
Zookeeper::PERM_ADMIN (integer)
can execute set_acl()
Zookeeper::PERM_ALL (integer)
all of the above flags ORd together


Zookeeper
PHP Manual