The upper-bound of this value is platform-independent. PHP implements the 32-bit version of the Mersenne Twister ("mt"), so the maximum possible value is 2**31 - 1 (2147483647).
(PHP 4, PHP 5, PHP 7, PHP 8)
mt_getrandmax — 显示随机数的最大可能值
此函数没有参数。
返回不带参数调用 mt_rand() 时获取到的最大随机值,这可用于
max
参数而不是放大结果的最大值(更少的随机)。
The upper-bound of this value is platform-independent. PHP implements the 32-bit version of the Mersenne Twister ("mt"), so the maximum possible value is 2**31 - 1 (2147483647).