Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhamvm authored Sep 11, 2017
1 parent b6140c4 commit 5432844
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ sudo phpenmod murmurhash3
// Example
echo murmurhash3('anystring'); // default seed usage
echo murmurhash3('anystring', 123); // specific seed usage

// Some locale strings
echo murmurhash3('№АаЯя');

// Example from @maksimf
echo murmurhash3('豥붢㦖徱阵儹㜀耄巅簏罚撦');
echo murmurhash3('豥붢㦖徱阵儹㜀耄巅簏罚撦', 1096928849);
```

0 comments on commit 5432844

Please sign in to comment.