Dans :
Fonctions PHP
Concepts PHP
Fonctions MySQL
Fonctions HTML
Forum PHP/MySQL
Cours PHP/MySQL
Scripts PHP/MySQL
bcmod retourne le reste de la division entre left_operand en utilisant modulus .
<?phpecho bcmod('4', '2'); // 0echo bcmod('2', '4'); // 2?>
bcdiv .