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