标签:hex2bin()函数用法讲解

hex2bin()函数用法讲解

#hex2bin()函数用法讲解

📚 共 1 篇文章 🏷️ 标签分类 📝 hex2bin()函数用法讲解
hex2bin()函数用法讲解

PHP hex2bin()函数用法讲解

PHPhex2bin()函数实例把十六进制值转换为ASCII字符:<?phpechohex2bin("48656c6c6f20576f726c6421");