(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.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.
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.
Hinweis: Da dies ein Sprachkonstrukt und keine Funktion ist, können Sie dieses nicht mit Variablenfunktionen verwenden.
Diese Funktion ist (bis jetzt) nicht binary safe!
Hinweis: register_globals: Wichtiger Hinweis
Seit PHP 4.2.0 ist die Standardeinstellung für die Konfigurationsoption register_globals off. Die PHP-Community ermutigt alle, sich nicht auf diese Option zu verlassen und Alternativen wie superglobals zu verwenden.