The PHP octdec() function converts an octal number to a decimal number.

				
					<?php
echo octdec('3663');
?>
				
			

Syntax

				
					octdec(octal_string)
				
			

Parameters

ParameterDescription
octal_stringSpecifies the octal string to convert (required)