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