PHP number: decimal point visible only if needed

后端 未结 12 1794
死守一世寂寞
死守一世寂寞 2021-01-31 06:48

I\'d like to know if exists some function to automatically format a number by it\'s decimal, so if I have:



        
12条回答
  •  自闭症患者
    2021-01-31 07:49

    I add the article Remove useless zero digits from decimals in PHP as a nicer way to clean the value without loose decimal if needed.

提交回复
热议问题