|
Zookeeper::addAuthSpecify application credentials 説明
public
bool Zookeeper::addAuth(string
$scheme , string $cert , callable $completion_cb = null )The application calls this function to specify its credentials for purposes of authentication. The server will use the security provider specified by the scheme parameter to authenticate the client connection. If the authentication request has failed: - the server connection is dropped. - the watcher is called with the ZOO_AUTH_FAILED_STATE value as the state parameter. パラメータ
戻り値
成功した場合に エラー / 例外This method emits PHP error/warning when parameters count or types are wrong or operation fails. 警告
Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例例1 Zookeeper::addAuth example Add auth before requesting node value.
上の例の出力は以下となります。 nodevalue 参考
|