[PHP] getrandmax()

getrandmax() (funzione PHP) restituisce, sotto forma di integer, il valore più grande possibile che può essere ottenuto tramite rand().

tips&tricks

Sintassi

getrandmax()
parametro descrizione
nessuno

Esempi

echo getrandmax();

/* RISULTATO
2147483647
*/

Contenuti correlati

Fonti esterne

funzioni php, php

Related Articles

0 Comment