getrandmax

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

getrandmaxShow largest possible random value

Descripción

getrandmax(): int

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

The largest possible random value returned by rand()

Ver también

To Top