Exemple d’utilisation de ‘getrandmax()’ et ‘mt_getrandmax()’ November 21, 2011 Author: user {filelink=13309} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php echo "getrandmax() = " . getrandmax() . "<br/>"; echo "mt_getrandmax() = " . mt_getrandmax() ; ?> </body> </html> Categories: Uncategorized