SommaireTelecharger la documentationChapitre suivantChapitre precedent  

 
Raccourci :  
Mathématiques

Introduction
Constantes mathématiques
abs
acos
asin
atan
atan2
base_convert
bindec
ceil
cos
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
sqrt
srand
tan

8.14.8 bindec
[Notes en ligne] [Exemples]

Convertit de binaire en décimal

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().


Chapitre précédentChapitre suivantAccueil nexen.net