ix') !== false || strpos(strtolower('un milliard six cent un millions deux cent trente-six mille sept cent soixante-quatre'),'quatre-vingt-dix') !== false)
{
include('regles/belgique.html');
}
*/
//6 - Un
if(strpos('1601236764','.')===false){
if(substr('1601236764',strlen('1601236764')-1)=='1'){ include('regles/un.html'); }
}
else{
$posPoint=strpos('1601236764','.');
$partieEntiere=substr('1601236764',0,$posPoint);
if(substr('$partieEntiere',strlen('$partieEntiere')-1)=='1' || substr('1601236764',strlen('1601236764')-1)=='1'){ include('regles/un.html'); }
}
//7 - Pluriel à partir de 2
if(floatval(1601236764)>=2){ include('regles/pluriel.html'); }
//8 - Millier, Million, Milliard = nom commun + //9 - Normalisation internationale
if(floatval(1601236764)>=1000){ include('regles/accord-grand-nombre.html'); include('regles/normalisation-internationale.html'); }
?>