Exemple d’utilisation de ‘floor( )’ August 3, 2012 Author: user {filelink=13305} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php $resultat = floor(4.7); print($resultat."<br/>"); $resultat = floor(-4.7); print($resultat); ?> </body> </html> Categories: Uncategorized