PHP 인터페이스 Predis\Cluster\Hash\HashGeneratorInterface

저자: Daniele Alessandri ([email protected])
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
hash ( string $value ) : integer Generates an hash from a string to be used for distribution.

메소드 상세

hash() 공개 메소드

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