|
gmp_random_seedSets the RNG seed Beschreibung
mixed gmp_random_seed
( mixed
$seed
)Parameter-Liste
Rückgabewerte
Returns Fehler/Exceptions
Issues an Beispiele
Beispiel #1 gmp_random_seed example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 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) Siehe auch
|