by Example
Display the drop-down list
rand()
«
rad2deg
|
random_bytes
»
<?php
$int
=
rand
(
5
,
// [int $min]
15
// [int $max]
);
?>
Result
$int
=
11
Examples
#1
rand
()
#2
rand
(
5
,
15
)
See also
array_rand
,
getrandmax
,
gmp_random
,
mt_getrandmax
,
mt_rand
,
mt_srand
,
openssl_random_pseudo_bytes
,
random_bytes
,
srand
Deutsch
English
Español
Français
Italiano
Português
Română
Türkçe
Русский
中文
日本語
Help
Misc
Config
Test
Unit test
PHP Manual
php.net
No Manual
Powered by
PHP
7.1.33 (0.004 s)
2014-2017 Michel Corne