简单教程
提交运行
代码编辑器:
<?php $number = 123; $txt = sprintf("%f",$number); echo $txt;
运行结果: