The Code-Bin
Binary Conversion Functions
Posted by: TRUSTAbyss | February 12, 2009 @ 2:01pm

PHP Code



Syntax Highlighting





Author Comments
These two functions allow you to convert decimal to binary, or binary to decimal.

[Example Usage]

Decimal to Binary: dec2bin(173)
Binary to Decimal: bin2dec('1101')
Rating


4.37 / 8
82 Votes