(PECL zookeeper >= 0.1.0)
Zookeeper::setDeterministicConnOrder — Enable/disable quorum endpoint order randomization.
$yesOrNo
)If passed a non-zero value, will make the client connect to quorum peers in the order as specified in the zookeeper_init() call. A zero value causes zookeeper_init() to permute the peer endpoints which is good for more even client connection distribution among the quorum peers.
yesOrNo
Enable/disable quorum endpoint order randomization.
成功した場合に TRUE
を、失敗した場合に FALSE
を返します。
This method emits PHP error/warning when parameters count or types are wrong or operation fails.
Note: typically this method should NOT be used outside of testing.
注意: これは、関数ではなく 言語構造のため、可変関数 を用いて コールすることはできません。
この関数は (まだ)バイナリデータ対応ではありません!
注意: register_globals: 重要な注意
PHP 4.2.0 以降、PHP ディレクティブ register_globals のデフォルト値は off となっています。 PHP コミュニティは、ユーザーがこのディレクティブの設定に依存せず、 superglobals のような他の手段を使用することを推奨します。