App下载

demo_func_misc_unpack 在线工具

demo_func_misc_unpack 在线工具

<?php
$data = "PHP";
print_r(unpack("C*",$data));
?>
运行结果