(PHP 4 >= 4.0.4, PHP 5, PHP 7)
Check if number is "probably prime"
int gmp_prob_prime ( GMP $a [, int $reps = 10 ] )
The function uses Miller-Rabin's probabilistic test to check if a number is a prime.
Parameters:
a
The number being checked as a prime.
Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided