language: PHP (php 5.4.4)
date: 398 days 19 hours ago
link:
visibility: public
1
2
3
4
5
<?php
$num = 10000;
 
echo number_format($num);
?>