Dans :
Fonctions PHP
Concepts PHP
Fonctions MySQL
Fonctions HTML
Forum PHP/MySQL
Cours PHP/MySQL
Scripts PHP/MySQL
gmp_mul multiplie les nombres GMP a et b .
<?php$mul = gmp_mul("12345678", "2000");echo gmp_strval($mul) . "\n";?>