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