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:
Privacy Policy