Exemple d’utilisation de ‘getrandmax()’ et ‘mt_getrandmax()’

Author:


Download

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

<?php

echo "getrandmax() = " . getrandmax() . "<br/>";
echo "mt_getrandmax() = " . mt_getrandmax() ;
?>

 </body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


1 + four =