printf: %s : Printf : Development PHP Source Code


PHP Source Code » Development » Printf »

 

printf: %s



<html>
<head>
<title>printf: %s</title>
</head>
<body>
<?php
$number = 543;
printf("String: %s<br>", $number );

?>
</body>
</html>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» Printf