View: Mettre les chiffres avec des points

  1. 1 year ago by inbox
    1. function Kill($n,$floor=true){
    2.         if($floor){$n = floor($n);}
    3.         return number_format($n,0,",",".");     
    4. }
    5.  
    6. EXEMPLE:
    7.     <tr>
    8.         <td width=394 height=3>
    9.             <p><font color=#FFFFFF>".Kill(123456789)."</font></p>
    10.         </td>
    11.     </tr>
    12.  
    13. FIN:
    14. 123.456.789
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1710"></script>

0 comment about "Mettre les chiffres avec des points"