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.