<!DOCTYPE html>
<html>
<body>
<?php
$number = 9;
$str = "Beijing";
vprintf("在%s有%u百万辆自行车。", array($number, $str));
?>
</body>
</html>