Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.getrandmax.html
Дата изменения: Sun Feb 3 22:44:06 2002
Дата индексирования: Mon Oct 1 21:28:40 2012
Кодировка:
getrandmax

getrandmax

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

getrandmax -- Show largest possible random value

Description

int getrandmax ( (void);)

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

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