number_format
string number_format(float number [, int decimals [, string dec_point, string thousands_sep]]) 변환 가능한 모든 특수문자를 html 엔티티로 변환한다. number를 천 단위마다 콤마로 구분하여 반환한다. decimal를 지정하면 소숫점이하 decimal 자리까지 출력한다. 한편 dec_point를 지정하면 소숫점 구분자인 '.'대신 dec_point로 나타내고 tousands_sep을 지정하면 천단위 구분자인 ","대신 tousands_sep로 나타낼수 있게 된다. 예제