PHP

MONEY형 표현

다엘 2007. 4. 3. 10:48

number_format()
<?
$total_count = 120000000;
$total_count = number_format($total_count,0);
echo "$total_count";
?>
result - 120,000,000