On Mon, Nov 14, 2005 at 10:41:53AM -0800, Brian Dunning wrote:
> Does anyone know if there's a handy way to create a numeric hash from  
> a text string? I'm trying to generate an integer as a sort of quick &  
> dirty checksum for text strings. Needs to be a decimal integer, not  
> hex or otherwise. Any clever ideas appreciated.   :)

This should work for a dirty checksum:
  http://php.net/crc32



Curt.
--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to