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