Math 函数
PHP Manual

mt_getrandmax

(PHP 4, PHP 5)

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

说明

int mt_getrandmax ( void )

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

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


Math 函数
PHP Manual