Flow PHP

NativeHasher implements Hasher

Read onlyYes
FinalYes

Interfaces

Hasher

Methods

hash()  : array<int, string>
normalize()  : string

Methods

hash()

public hash(array<string|int, mixed> $values) : array<int, string>
Parameters
$values : array<string|int, mixed>

extracted bucket-key values in reference order, one list per row

Return values
array<int, string>

hashes aligned 1:1 with $values

normalize()

public static normalize(mixed $value) : string
Parameters
$value : mixed
Return values
string
On this page

Search results