udm_hash32
(PHP 4 >= 4.3.3, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
udm_hash32 — Devuelve el Hash32 checksum del string dado
Descripción
int udm_hash32
( resource
$agent
, string $str
)
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.