mt_getrandmax

(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()

Смотрите также

Коментарии

The upper-bound of this value is platform-independent.  PHP implements the 32-bit version of the Mersenne Twister ("mt"), so the maximum possible value is 2**31 - 1 (2147483647).
2015-07-09 19:31:04
http://php5.kiev.ua/manual/ru/function.mt-getrandmax.html

    Поддержать сайт на родительском проекте КГБ