PHP Interface Predis\Cluster\Hash\HashGeneratorInterface

Author: Daniele Alessandri ([email protected])
Afficher le fichier Open project: tillkruss/redis-object-cache

Méthodes publiques

Méthode Description
hash ( string $value ) : integer Generates an hash from a string to be used for distribution.

Method Details

hash() public méthode

Generates an hash from a string to be used for distribution.
public hash ( string $value ) : integer
$value string String value.
Résultat integer