Advertisement
keem1

hash.php

Jun 27th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. $sztring = "Árvíztűrő tükörfúrógép";
  3. $hash = hash("crc32", $sztring);
  4. print "Szöveg: ".$sztring."<br>CRC32 hash: ".$hash;
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement