Generate XXH64 Hash using PHP December 3, 2021 PHP 0 Comments 1079 Views hash function <?php $text = 'Hello'; $digest = hash('xxh64', $text); echo $digest; Note: since PHP 8.1.
Leave a Comment
Cancel reply