Extension [ extension #184 zookeeper version 0.7.1 ] { - INI { Entry [ zookeeper.recv_timeout ] Current = '10000' } Entry [ zookeeper.session_lock ] Current = '1' } Entry [ zookeeper.sess_lock_wait ] Current = '150000' } } - Functions { Function [ function zookeeper_dispatch ] { } } - Classes [8] { Class [ class Zookeeper ] { - Constants [48] { Constant [ public integer PERM_READ ] { 1 } Constant [ public integer PERM_WRITE ] { 2 } Constant [ public integer PERM_CREATE ] { 4 } Constant [ public integer PERM_DELETE ] { 8 } Constant [ public integer PERM_ALL ] { 31 } Constant [ public integer PERM_ADMIN ] { 16 } Constant [ public integer EPHEMERAL ] { 1 } Constant [ public integer SEQUENCE ] { 2 } Constant [ public integer EXPIRED_SESSION_STATE ] { -112 } Constant [ public integer AUTH_FAILED_STATE ] { -113 } Constant [ public integer CONNECTING_STATE ] { 1 } Constant [ public integer ASSOCIATING_STATE ] { 2 } Constant [ public integer CONNECTED_STATE ] { 3 } Constant [ public integer NOTCONNECTED_STATE ] { 999 } Constant [ public integer CREATED_EVENT ] { 1 } Constant [ public integer DELETED_EVENT ] { 2 } Constant [ public integer CHANGED_EVENT ] { 3 } Constant [ public integer CHILD_EVENT ] { 4 } Constant [ public integer SESSION_EVENT ] { -1 } Constant [ public integer NOTWATCHING_EVENT ] { -2 } Constant [ public integer LOG_LEVEL_ERROR ] { 1 } Constant [ public integer LOG_LEVEL_WARN ] { 2 } Constant [ public integer LOG_LEVEL_INFO ] { 3 } Constant [ public integer LOG_LEVEL_DEBUG ] { 4 } Constant [ public integer SYSTEMERROR ] { -1 } Constant [ public integer RUNTIMEINCONSISTENCY ] { -2 } Constant [ public integer DATAINCONSISTENCY ] { -3 } Constant [ public integer CONNECTIONLOSS ] { -4 } Constant [ public integer MARSHALLINGERROR ] { -5 } Constant [ public integer UNIMPLEMENTED ] { -6 } Constant [ public integer OPERATIONTIMEOUT ] { -7 } Constant [ public integer BADARGUMENTS ] { -8 } Constant [ public integer INVALIDSTATE ] { -9 } Constant [ public integer OK ] { 0 } Constant [ public integer APIERROR ] { -100 } Constant [ public integer NONODE ] { -101 } Constant [ public integer NOAUTH ] { -102 } Constant [ public integer BADVERSION ] { -103 } Constant [ public integer NOCHILDRENFOREPHEMERALS ] { -108 } Constant [ public integer NODEEXISTS ] { -110 } Constant [ public integer NOTEMPTY ] { -111 } Constant [ public integer SESSIONEXPIRED ] { -112 } Constant [ public integer INVALIDCALLBACK ] { -113 } Constant [ public integer INVALIDACL ] { -114 } Constant [ public integer AUTHFAILED ] { -115 } Constant [ public integer CLOSING ] { -116 } Constant [ public integer NOTHING ] { -117 } Constant [ public integer SESSIONMOVED ] { -118 } } - Static properties [0] { } - Static methods [3] { Method [ static public method setDebugLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ static public method setDeterministicConnOrder ] { - Parameters [1] { Parameter #0 [ $trueOrFalse ] } } Method [ static public method dispatch ] { - Parameters [0] { } } } - Properties [0] { } - Methods [18] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $watcher_cb ] Parameter #2 [ $recv_timeout ] } } Method [ public method connect ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $watcher_cb ] Parameter #2 [ $recv_timeout ] } } Method [ public method create ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $value ] Parameter #2 [ array $acl ] Parameter #3 [ $flags ] } } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ $path ] Parameter #1 [ $version ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $watcher_cb ] Parameter #2 [ &$stat_info ] } } Method [ public method getChildren ] { - Parameters [2] { Parameter #0 [ $path ] Parameter #1 [ $watcher_cb ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $path ] Parameter #1 [ $watcher_cb ] } } Method [ public method set ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $value ] Parameter #2 [ $version ] Parameter #3 [ &$stat_info ] } } Method [ public method getAcl ] { - Parameters [0] { } } Method [ public method setAcl ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $version ] Parameter #2 [ $acl ] } } Method [ public method getClientId ] { - Parameters [0] { } } Method [ public method getState ] { - Parameters [0] { } } Method [ public method getRecvTimeout ] { - Parameters [0] { } } Method [ public method isRecoverable ] { - Parameters [0] { } } Method [ public method addAuth ] { - Parameters [3] { Parameter #0 [ $scheme ] Parameter #1 [ $cert ] Parameter #2 [ $completion_cb ] } } Method [ public method setWatcher ] { - Parameters [1] { Parameter #0 [ $watcher_cb ] } } Method [ public method setLogStream ] { - Parameters [1] { Parameter #0 [ $stream ] } } Method [ public method close ] { - Parameters [0] { } } } } Class [ class ZookeeperException extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class ZookeeperOperationTimeoutException extends ZookeeperException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class ZookeeperConnectionException extends ZookeeperException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class ZookeeperMarshallingException extends ZookeeperException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class ZookeeperAuthenticationException extends ZookeeperException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class ZookeeperSessionException extends ZookeeperException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class ZookeeperNoNodeException extends ZookeeperException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } } }