[PHP] mt_getrandmax()

mt_getrandmax() (funzione PHP) restituisce il più grande numero intero (integer) che può essere ottenuto tramite mt_rand().

tips&tricks

Sintassi

mt_getrandmax()
parametro descrizione
nessuno

Esempi

echo mt_getrandmax();

/* RISULTATO
2147483647
*/

Contenuti correlati

Fonti esterne

funzioni php, php

Related Articles

0 Comment