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