!== false)
{
include('regles/belgique.html');
}
*/
//6 - Un
if(strpos('246507758','.')===false){
if(substr('246507758',strlen('246507758')-1)=='1'){ include('regles/un.html'); }
}
else{
$posPoint=strpos('246507758','.');
$partieEntiere=substr('246507758',0,$posPoint);
if(substr('$partieEntiere',strlen('$partieEntiere')-1)=='1' || substr('246507758',strlen('246507758')-1)=='1'){ include('regles/un.html'); }
}
//7 - Pluriel à partir de 2
if(floatval(246507758)>=2){ include('regles/pluriel.html'); }
//8 - Millier, Million, Milliard = nom commun + //9 - Normalisation internationale
if(floatval(246507758)>=1000){ include('regles/accord-grand-nombre.html'); include('regles/normalisation-internationale.html'); }
?>