App下载

demo_func_math_base_convert10 在线工具

demo_func_math_base_convert10 在线工具

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