标签:crc32()函数

crc32()函数

#crc32()函数

📚 共 1 篇文章 🏷️ 标签分类 📝 crc32()函数
crc32()函数

PHP crc32()函数讲解

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