|
octdecOctal to decimal Description
number octdec
( string
$octal_string
)
Returns the decimal equivalent of the octal number
represented by the Parameters
Return Values
The decimal representation of Changelog
Examples
Example #1 octdec example
<?php The above example will output: 63 45 See Also
|