October 2005
Intermediate to advanced
372 pages
11h 35m
English
hexdec()
number hexdec ( string hex_string )The hexdec() function converts a hexadecimal number into a decimal number. It takes just one parameter, which is the number to convert. For example:
print hexdec(e8); // 232