|
gmp_modModulo operation Description
GMP gmp_mod
( GMP
$n
, GMP $d
)
Calculates Parameters
Return ValuesA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later. Examples
Example #1 gmp_mod example
<?php The above example will output: 2 |