<?php$resource = gmp_random ( 1 // [int $limiter = 20]);// shows the result$string = gmp_strval($resource);?>
$resource = 'GMP instance' $string = '3154865956'
'GMP instance'
'3154865956'
#1
gmp_random
(1)
#2
(2)