(PHP 4, PHP 5)
mt_getrandmax — Show largest possible random value
Описание
int
mt_getrandmax ( void )
Returns the maximum value that can be returned by a call to mt_rand().
Возвращаемые значения
Returns the maximum random value returned by mt_rand()
Смотрите также
mt_rand() |
mt_srand() |
getrandmax() |