|
gmp_random_seedSets the RNG seed Description
mixed gmp_random_seed
( mixed
$seed
)Parameters
Return Values
Returns Errors/Exceptions
Issues an Examples
Example #1 gmp_random_seed example
<?php The above example will output: string(20) "15370156633245019617" string(3) "683" Warning: gmp_random_seed(): Unable to convert variable to GMP - string is not an integer in %s on line %d bool(false) See Also
|