Afficher la liste déroulante

rand()

« rad2deg | random_bytes »
<?php
$int 
rand (
    
// [int $min]
    
  // [int $max]
);
?>
Résultat
$int = 1247790565
Exemples
#1 rand  ()
#2 rand  (5,
 
15)
Voir aussi
array_rand, getrandmax, gmp_random, mt_getrandmax, mt_rand, mt_srand, openssl_random_pseudo_bytes, random_bytes, srand