printf %b : Printf : Development PHP Source Code


PHP Source Code » Development » Printf »

 

printf %b



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

?>
</body>
</html>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» Printf