简单教程
提交运行
代码编辑器:
<?php $str = "Hello world!"; echo bin2hex($str) . "<br>"; echo pack("H*",bin2hex($str)) . "<br>";
运行结果: