PHP crc32()函数讲解 PHPcrc32()函数实例输出crc32()的结果:<?php$str=crc32("HelloWorld!");printf("%un",$str);?>定义 crc32()函数