it returns 2147483647: (2^31) - 1
getrandmax
(PHP 4, PHP 5)
getrandmax — Mostra il più grande numero casuale disponibile
Descrizione
int getrandmax
( void
)
Restituisce il valore massimo che può essere restituito da una chiamata alla funzione rand().
Vedere anche rand(), srand() e mt_getrandmax().
getrandmax
chax-phpnet at i-rpg dot net
02-Dec-2007 04:27
02-Dec-2007 04:27
it returns 2147483647 (2^31) for both i386 and x86_64 under GNU/Linux.
