mt_getrandmax

(PHP 4, PHP 5)

mt_getrandmax — La plus grande valeur aléatoire possible

Description

int mt_getrandmax ( void )

Retourne la plus grande valeur aléatoire possible que peut retourner la fonction mt_rand() .

Valeurs de retour

Retourne la plus grande valeur aléatoire possible retournée par la fonction mt_rand()

Voir aussi

mt_rand()
mt_srand()
getrandmax()