您的位置:
寻梦网首页
>
编程乐园
>
PHP 编程
>
PHP5中文手册
PHP5中文手册
fmod
hexdec
Math
PHP Manual
getrandmax
(PHP 4, PHP 5)
getrandmax — 显示随机数最大的可能值
说明
int
getrandmax
(
void
)
返回调用
rand()
可能返回的最大值。
参见
rand()
,
srand()
和
mt_getrandmax()
。
fmod
hexdec
Math
PHP Manual