Rand () PHP Function - Definition and Examples
Generating a random number in PHP with the rand function, or generating a random number between two given parameters ... Definition: The rand function is used to generate a random number in PHP. It can also be used to generate a random number within a ......