App下载

demo_func_string_bin2hex 在线工具

demo_func_string_bin2hex 在线工具

<?php 
$str = bin2hex("Hello World!");
echo($str); 
?>
运行结果