Dans :
Fonctions PHP
Concepts PHP
Fonctions MySQL
Fonctions HTML
Forum PHP/MySQL
Cours PHP/MySQL
Scripts PHP/MySQL
gmp_add additionne les nombres GMP a et b . Le résultat est un nombre GMP.
<?php$sum = gmp_add("123456789012345", "76543210987655");echo gmp_strval($sum) . "\n";?>