Flexihash\Hasher\HasherInterface::hash PHP Method

hash() public method

The data must have 0xFFFFFFFF possible values, and be sortable by PHP sort functions using SORT_REGULAR.
public hash ( $string ) : mixed
return mixed A sortable format with 0xFFFFFFFF possible values
    public function hash($string);
HasherInterface