October 2005
Intermediate to advanced
372 pages
11h 35m
English
decbin()
string decbin ( int num )The decbin() function converts a decimal number into a binary number. It takes just one parameter, which is the number to convert. For example:
print decbin(16); // "10000"