Possible Duplicate:
php hash form string to integer
I am looking to hash a url like http://example.com
to a integer hash, small in size preferably. I would like to know if there is any built-in php functions that can do that.
The purpose for this is for speed in my mysql database for other operations inside mysql when I am comparing this hashes.