mt_getrandmax

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

mt_getrandmax -- 显示随机数的最大可能值

说明

int mt_getrandmax ( void )

返回调用 mt_rand() 所能返回的最大的随机数。

参见: mt_rand()mt_srand()getrandmax()


add a note add a note User Contributed Notes
There are no user contributed notes for this page.