标签: php encryption
可能重复: php hash form string to integer
我希望将类似http://example.com的网址散列为整数哈希,最好是小的。我想知道是否有任何内置的php函数可以做到这一点。
http://example.com
这个目的是为了在我比较这些哈希值时,在mysql数据库中为mysql内部的其他操作加速。