Webmaster freelance :
Par: Crocxx | Catégorie: PHP & SQL
echo number_format(2325.58, 1, '.'); // affiche 2325.5
echo number_format(2325.58, 2, ','); // affiche 2325,58
echo ceil(1.1); // Affiche 2
echo floor(1.6); // affiche 1
echo round(2.7); // affiche 3
is_int(1.4) // retourne vrai
is_int(3) // retourne vrai
is_int("chaine") // retourne faux
is_int(5) // retourne vrai
is_int(3.6) // retourne faux
Faire un lien | Partenaires ©2005-2008 Rudy Onfroy Tous droits réservés Contact | RSS | Plan | Haut