Recommend this page to a friend! |
Classes of Stefano Azzolini | PHP Murmurhash | README.md | Download |
|
DownloadMurmurHash3PHP Implementation of MurmurHash3 More information about these algorithms can be found at: Porting of the MurmurHash3 JavaScript version created by Gary Court (https://github.com/garycourt/murmurhash-js) InstallationUse composer :
UsageYou can retrieve an hash via
You can pass a precise seed positive integer as second parameter
If you need the integer hash, use the
|