| 
 | gmp_nextprimeFind next prime number Description
   GMP gmp_nextprime
    ( int  $a)Find next prime number Parameters
 
 Return Values
   Return the next prime number greater than  Examples
 Example #1 gmp_nextprime example 
<?phpThe above example will output: 11 -997 Notes
 |