PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
$number = 9;
$str = "Beijing";
vprintf("There are %u million bicycles in %s.",array($number,$str));
?>


</body>
</html>
Result:
Show PHP - © w3schools.com
Privacy Policy