Mega Code Archive
Categories
/
Php
/
Math
String decbin ( int num ) converts a decimal number into a binary number
print decbin(16); // "10000"