Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.mt-getrandmax.html
Дата изменения: Sun Feb 3 22:44:11 2002
Дата индексирования: Tue Oct 2 07:36:04 2012
Кодировка:
mt_getrandmax

mt_getrandmax

(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)

mt_getrandmax -- Show largest possible random value

Description

int mt_getrandmax ( (void);)

Returns the maximum value that can be returned by a call to mt_rand().

See also mt_rand(), mt_srand(), rand(), srand(), and getrandmax().