Mostrar lista de opciones

rand()

« rad2deg | random_bytes »
<?php
$int 
rand (
    
// [int $min]
    
  // [int $max]
);
?>
Resultado
$int = 1162859922
Ejemplos
#1 rand  ()
#2 rand  (5,
 
15)
Ver también
array_rand, getrandmax, gmp_random, mt_getrandmax, mt_rand, mt_srand, openssl_random_pseudo_bytes, random_bytes, srand