PHP Interface Flexihash\Hasher\HasherInterface

Author: Paul Annesley
Afficher le fichier Open project: pda/flexihash

Méthodes publiques

Méthode Description
hash ( $string ) : mixed Hashes the given string into a 32bit address space.

Method Details

hash() public méthode

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