PHP bin2hex()函数基础实例讲解 PHPbin2hex()函数实例把"HelloWorld!"转换为十六进制值:<?php$str=bin2hex("HelloWorld!");echo($str); bin2hex()函数讲解