Files
php_8/functions/rand_named.php
2022-05-10 22:29:05 +03:00

5 lines
67 B
PHP

<?php
echo rand(1, 10);
echo '<br />';
echo rand(min: 1, max: 10);