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