Mostrar lista de opciones

crc32()

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

// shows the result in hexadecimal
$hex dechex($int);
?>
Resultado
$int = -2103228862
$hex = '82a34642'
Ejemplos
#1 crc32  ("The quick brown fox jumped over the lazy dog.")
Ver también
dechex, hash, md5, sha1