PHP octdec() Function

The octdec() function is used to convert an octal number to a decimal number.

number octdec ( string $octal_string )

Returns the decimal equivalent of the octal number represented by the octal_string argument.

Example -

ParameterDescription
octal_stringThe octal string to convert

Return Values

The decimal representation of octal_string