by Example
Display the drop-down list
mt_rand()
«
mt_getrandmax
|
mt_srand
»
<?php
$int
=
mt_rand
(
5
,
// [int $min]
15
// [int $max]
);
?>
Result
$int
=
14
Examples
#1
mt_rand
()
#2
mt_rand
(
5
,
15
)
See also
mt_getrandmax
,
mt_srand
,
openssl_random_pseudo_bytes
,
rand
,
random_bytes
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.003 s)
2014-2017 Michel Corne