Predis\Cluster\SlotMap::offsetExists PHP Метод

offsetExists() публичный Метод

Checks if the specified slot is assigned.
public offsetExists ( integer $slot ) : boolean
$slot integer Slot index.
Результат boolean
    public function offsetExists($slot)
    {
        return isset($this->slots[$slot]);
    }