Make dots between numbers in php

前端 未结 2 1220
误落风尘
误落风尘 2021-01-21 18:22

I would like to make dots between my total value.

If i have 425000 i would like it to show as 425.000

Is there a function in php that implodes dots for numbers o

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-21 18:44

    I guess you're looking for the number_format function.

提交回复
热议问题