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 bindec(string binary_string )
bindec retourne la conversion d'un nombre binaire représenté par la chaîne binary_string en décimal.
bindec convertit un nombre binaire en décimal. Le plus grand nombre convertible a 31 bits à 1, soit 2147483647 en décimal.
Voir aussi decbin.