Generate XXH32 Hash using PHP November 29, 2021 PHP 0 Comments 1036 Views hash function <?php $text = 'Hello'; $digest = hash('xxh32', $text); echo $digest; Note: since PHP 8.1.
Leave a Comment
Cancel reply