[PHP] calcul moyenne en php
Résolu
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
A voir également:
- Moyenne php
- Excel moyenne - Guide
- Easy php - Télécharger - Divers Web & Internet
- Moyenne en anglais excel - Guide
- Expert php pinterest - Télécharger - Langages
- Moyenne de pourcentage excel - Forum Excel
3 réponses
Utilises printf
Voir par exemple
http://documentation-php.supportduweb.com/function.printf.documentation-php
Johan
Gates gave ^H sold you the windows.
GNU gave us the whole house.(Alexandrin)
johand@osiris:~/public_html$ cat printf.php <?php printf("%8.2f\n", 5.4313888888889); ?> johand@osiris:~/public_html$ php printf.php 5.43
Voir par exemple
http://documentation-php.supportduweb.com/function.printf.documentation-php
Johan
Gates gave ^H sold you the windows.
GNU gave us the whole house.(Alexandrin)