Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Predis
Cluster
SlotMap
offsetExists
Predis\Cluster\SlotMap::offsetExists PHP Method
SlotMap Class Documentation
Mostra file
Open project: nrk/predis
offsetExists()
public
method
Checks if the specified slot is assigned.
public
offsetExists
(
integer
$slot
) :
boolean
$slot
integer
Slot index.
return
boolean
public function offsetExists($slot) { return isset($this->slots[$slot]); }
SlotMap
count
getIterator
getNodes
getSlots
isEmpty
isValid
isValidRange
offsetExists
offsetGet
offsetSet
offsetUnset
reset
setSlots
toArray