App下载

demo_func_math_base_convert 在线工具

demo_func_math_base_convert 在线工具

<?php
$hex = "E196"; 
echo base_convert($hex,16,8);
?>
运行结果