Answers for "is rand() php takes very much time"

PHP
7

php random number

// $min and $max are optional
rand($min,$max);
Posted by: Guest on April-14-2020
0

php random number

echo (rand());
echo(rand(10, 100));//random number with range
Posted by: Guest on June-11-2021

Code answers related to "is rand() php takes very much time"

Browse Popular Code Answers by Language