合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### getrandmax (PHP 4, PHP 5, PHP 7) getrandmax — 显示随机数最大的可能值 #### 说明 int getrandmax ( void ) 返回调用 rand() 可能返回的最大值。 #### 返回值 rand() 返回 随机数可能返回的最大值 参见 ~~~ var_dump(getrandmax()); ~~~ int(2147483647)