it returns 2147483647: (2^31) - 1
getrandmax
(PHP 4, PHP 5)
getrandmax — Mostrar el mayor valor aleatorio posible
Descripción
int getrandmax
( void
)
Devuelve el valor máximo que puede ser devuelto por una llamada a rand().
Valores retornados
El valor aleatorio más grande posible devuelto por rand()
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.
