udm_hash32

(PHP 4 >= 4.3.3, PHP 5 < 5.1.0, PECL mnogosearch >= 1.0.0)

udm_hash32Devuelve el Hash32 checksum del string dado

Descripción

udm_hash32 ( resource $agent , string $str ) : int

udm_hash32() tomará un string str y devolverá un número hash 32-bit único de este.

Parámetros

agent

Un enlace a Agent, recibido después de llamar a udm_alloc_agent().

str

El string de entrada.

Valores devueltos

Devuelve un número hash 32-bit.

Ver también