App下载

demo_func_math_base_convert16 在线工具

demo_func_math_base_convert16 在线工具

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