octdec
Octal to decimal
&reftitle.description;
numberoctdec
stringoctal_string
Returns the decimal equivalent of the octal number
represented by the octal_string argument.
&reftitle.parameters;
octal_string
The octal string to convert
&reftitle.returnvalues;
The decimal representation of octal_string
&reftitle.changelog;
&Version;
&Description;
Since 4.1.0
The function can now convert numbers that are too large to
fit into the platforms integer type, larger values
are returned as float in that case.
&reftitle.examples;
octdec example
]]>
&example.outputs;
&reftitle.seealso;
decoct
bindec
hexdec
base_convert