update : 2015.11.03
php.shukuma.com

검색:
 
 
Return Hash32 checksum of given string

udm_hash32

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

udm_hash32Return Hash32 checksum of given string

설명

int udm_hash32 ( resource $agent , string $str )

udm_hash32() will take a string str and return a quite unique 32-bit hash number from it.

인수

agent

A link to Agent, received after call to udm_alloc_agent().

str

The input string.

반환값

Returns a 32-bit hash number.

참고