简单教程
提交运行
代码编辑器:
<?php $str = crc32("Hello world!"); echo 'Without %u: '.$str."<br>"; echo 'With %u: '; printf("%u",$str);
运行结果: