PHP Phan\Library\Hasher Пространство имен

Классы

Имя Описание
Consistent Hasher implementation mapping keys to sequential groups (first key to 0, second key to 1, looping back to 0) getGroup() is called exactly once on each string to be hashed.
Sequential Hasher implementation mapping keys to sequential groups (first key to 0, second key to 1, looping back to 0) getGroup() is called exactly once on each string to be hashed.