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