| 
 | octdecOctal to decimal Description
    intfloat 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 The above example will output: 63 45 Notes
 See Also
 
 |