Exemple d’utilisation de la fonction ‘rand()’

Author:
<html>
<head>
<title> Fonction Mathématique</title>
</head>
<body>

<?php
print rand(0,576);

?>

 <