Mathématiques
Introduction Abs Acos acosh Asin asinh Atan Atan2 atanh base_convert BinDec Ceil Cos cosh DecBin DecHex DecOct deg2rad Exp Floor getrandmax hexdec lcg_value Log Log10 max min mt_rand mt_srand mt_getrandmax number_format OctDec pi pow rad2deg rand round Sin sinh Sqrt srand Tan tanh
Description
int octdec(string octal_string )
octdec retourne une chaîne contenant la représentation décimale du nombre octal_tring. Le nombre le plus grand qui puisse être converti est 17777777777 en décimal, ce qui donnera "2147483647".
Voir aussi decoct.