-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
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. :)
- [PHP] Create a numeric hash from a text string? Brian Dunning
- Re: [PHP] Create a numeric hash from a text string? Curt Zirzow
- [PHP] Re: Create a numeric hash from a text string? Dan Baker
- Re: [PHP] Re: Create a numeric hash from a text str... Brian Dunning
- Re: [PHP] Create a numeric hash from a text string? Richard Lynch