PHP mt_getrandmax() 函数
定义和用法
mt_getrandmax() 函数返回 mt_rand() 函数可以返回的最大值。
语法
mt_getrandmax();
技术细节
返回值 | mt_rand() 函数可以返回的最大值 |
---|---|
返回值类型 | 整数 |
PHP 版本 | 4+ |
❮ PHP 数学参考
mt_getrandmax() 函数返回 mt_rand() 函数可以返回的最大值。
mt_getrandmax();
返回值 | mt_rand() 函数可以返回的最大值 |
---|---|
返回值类型 | 整数 |
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]