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