Display the drop-down list

crc32()

« count_chars | crypt »
<?php
$int 
crc32 (
    
  // string $str
);

// shows the result in hexadecimal
$hex dechex($int);
?>
Result
$int = -2103228862
$hex = '82a34642'
Examples
#1 crc32  ("The quick brown fox jumped over the lazy dog.")
See also
dechex, hash, md5, sha1