예약 상수

이 확장은 다음의 상수들을 정의합니다. 이 확장을 PHP에 내장했거나, 실행시에 동적으로 읽어들일 경우에만 사용할 수 있습니다.

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top