Mostrar lista de opciones

gmp_nextprime()

« gmp_neg | gmp_or »
<?php
$resource 
gmp_nextprime (
    
  // int $a
);

// shows the result
$string gmp_strval($resource);
?>
Resultado
$resource = 'GMP instance'
$string = '11'
Ejemplos
#1 gmp_nextprime  (10)
#2 gmp_nextprime  (-1000)
Ver también
gmp_abs, gmp_strval