English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Funzione mt_getrandmax() in PHP

La funzione mt_getrandmax() restituisce il valore casuale massimo possibile.

Sintassi

mt_getrandmax()

Parametro

  • Non applicabile

Restituzione

La funzione mt_getrandmax() restituisce un valore intero, che rappresenta il valore casuale massimo possibile.

Esempio

<?php
   echo(mt_getrandmax());
?>

Risultato di output

2147483647