mt_getrandmax
(PHP 4, PHP 5)
mt_getrandmax — Show largest possible random value
Açıklama
int mt_getrandmax
( void
)
Returns the maximum value that can be returned by a call to mt_rand().
Dönen Değerler
Returns the maximum random value returned by mt_rand()
Ayrıca Bakınız
- mt_rand() - Generate a better random value
- mt_srand() - Seed the better random number generator
- getrandmax() - Show largest possible random value
mt_getrandmax
There are no user contributed notes for this page.
