getrandmax

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

getrandmaxShow largest possible random value

Descrição

getrandmax(): int

Returns the maximum value that can be returned by a call to rand().

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The largest possible random value returned by rand()

Veja Também