显示文本框

crc32()

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

// shows the result in hexadecimal
$hex dechex($int);
?>
结果
$int = -2103228862
$hex = '82a34642'
示例
#1 crc32  ("The quick brown fox jumped over the lazy dog.")
另请参阅
dechex, hash, md5, sha1