Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Predis
Cluster
SlotMap
offsetGet
Predis\Cluster\SlotMap::offsetGet PHP Méthode
SlotMap Class Documentation
Afficher le fichier
Open project: nrk/predis
offsetGet()
public
méthode
Returns the node assigned to the specified slot.
public
offsetGet
(
integer
$slot
) :
string
$slot
integer
Slot index.
Résultat
string
public function offsetGet($slot) { if (isset($this->slots[$slot])) { return $this->slots[$slot]; } }
SlotMap
count
getIterator
getNodes
getSlots
isEmpty
isValid
isValidRange
offsetExists
offsetGet
offsetSet
offsetUnset
reset
setSlots
toArray