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