sprintf: Regards the string an integer and formats it as a binary number : sprintf : Development PHP Source Code


PHP Source Code » Development » sprintf »

 

sprintf: Regards the string an integer and formats it as a binary number




<?

$total = 10.94;

$fmt_total = sprintf ("%b", $total);

echo "$fmt_total";
?>
           
       



HTML code for linking to this page:

    PHP Function Reference -> Users Code Examples / Notes - > sprintf:
  • sprintf
  • vsprintf
Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» sprintf