Phan\Library\Hasher::getGroup PHP Method

getGroup() public method

Returns an integer between 0 and the number of groups - 1
public getGroup ( string $key ) : integer
$key string
return integer
    public function getGroup(string $key) : int;