PHP code example of z38 / murmurhash

1. Go to this page and download the library: Download z38/murmurhash library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

z38 / murmurhash example snippets


$hash = new Z38\MurmurHash\Murmur3F();

$hash->write('The quick brown fox jumps over the lazy dog.');

echo bin2hex($hash->sum()); // c902e99e1f4899cde7b68789a3a15d69