GoLang udm_hash32

request it (277)
GoLang replacement for PHP's udm_hash32 [edit | history]



Do you know a GoLang replacement for PHP's udm_hash32? Write it!

PHP udm_hash32

PHP original manual for udm_hash32 [ show | php.net ]

udm_hash32

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

udm_hash32Return Hash32 checksum of given string

Description

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.

Parameters

agent

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

str

The input string.

Return Values

Returns a 32-bit hash number.

See Also