Generation

generate functionMon, 20 Mar 2023

Crea una funcion para generar números al azar

<?php function randomNumber($max) { return rand(0,$max); } ?>

Want to kickstart your project?Use the new AI Studio to create your code