1. Home
  2. Computing & Technology
  3. PHP / MySQL
photo of Angela Bradley
Angela's PHP / MySQL Blog

By Angela Bradley, About.com Guide to PHP / MySQL

Decbin () PHP Function

Tuesday February 17, 2009
The Decbin () PHP Function is used to convert a decimal into a binary number. The opposite function Bindec () is used to convert a binary into a decimal.
<?php
echo(decbin(100) . "<br />");
echo(decbin(12) . "<br />");
?>
This returns the following binary:
1100100
1100
Comments
February 17, 2009 at 7:20 pm
(1) Akinjide motolola Agboola says:

Thatīs a really php function to know, keep it coming, this will be very good in designing a web calculator…

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore PHP / MySQL
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. PHP / MySQL

©2009 About.com, a part of The New York Times Company.

All rights reserved.