downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mt_rand> <min
[edit] Last updated: Fri, 17 May 2013

view this page in

mt_getrandmax

(PHP 4, PHP 5)

mt_getrandmaxMostra il più grande valore casuale disponibile

Descrizione

int mt_getrandmax ( void )

Restituisce il massimo valore che può essere restituito da una chiamata alla funzione mt_rand().

Vedere anche mt_rand(), mt_srand() e getrandmax().



add a note add a note User Contributed Notes mt_getrandmax - [2 notes]
up
1
Anonymous
10 days ago
The max on a Windows 7 x64 machine is also 2147483647.
up
7
marcus at synchromedia dot co dot uk
1 year ago
On both 32 and 64-bit systems (OS X and Linux), mt_getrandmax() returns 2147483647 for me, i.e. ~2^31.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites