PHP Math 函數(shù)
mt_getrandmax() 顯示隨機數(shù)的最大可能值。
mt_getrandmax()
返回調用 mt_rand() 所能返回的最大的隨機數(shù)。
<?php echo mt_getrandmax(); ?>
輸出類似:
3147483649
Search: