string decbin ( int num ) converts a decimal number into a binary number
print decbin(16); // "10000"