Home »
MCQs »
PHP MCQs
Which PHP function is used to get the random number?
71. Which PHP function is used to get the random number?
- random()
- randomize()
- rand()
- randnumbers()
Answer: C) rand()
Explanation:
The PHP function rand() is used to get the random number.