메인>>유머

가격 출력

2022-01-25 16:55:00 2491

php echo number_format($row['wr_2']) ​ echo number_format("5000000")."
";​ echo number_format("5000000",2)."
";​ echo number_format("5000000",2,",",".");​ 읽어주셔서 감사합니다.