Home > PHP > Function > Math > octdec()

octdec()

octdec - Octal to decimal

Syntax

number octdec (string $octal_string)

Arguments

  • octal_string - The octal string to convert

Description

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

Version

PHP 4, 5

Return value

The decimal representation of octal_string