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

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

The order of the slots in the dictionary is not guaranteed.
public toArray ( ) : array
Результат array
    public function toArray()
    {
        return $this->slots;
    }