OctDec

Syntax

int OctDec(string octal_str);

Popis

Príkaz jazyka PHP
OctDec - octal to decimal

Returns the decimal equivalent of the octal number represented by the octal_str argument. OctDec converts an octal string to a decimal number. The largest number that can be converted is 17777777777 or 2147483647 in decimal.

Pozri aj

DecOct