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