简单教程
提交运行
代码编辑器:
<?php $number = 9; $str = "Beijing"; vprintf("There are %u million bicycles in %s.",array($number,$str));
运行结果: