getrandmax

(PHP 4, PHP 5, PHP 7, PHP 8)

getrandmax顯示隨機(jī)數(shù)最大的可能值

說明

getrandmax(): int

返回調(diào)用 rand() 可能返回的最大值。

返回值

rand() 返回 隨機(jī)數(shù)可能返回的最大值

參見

  • rand() - 產(chǎn)生一個(gè)隨機(jī)整數(shù)
  • srand() - 播下隨機(jī)數(shù)發(fā)生器種子
  • mt_getrandmax() - 顯示隨機(jī)數(shù)的最大可能值