dream_life5200 2017-09-21 20:04
浏览 36
已采纳

如何在php中将数字格式化为十进制

I have the below simple number, $total = 1060;, that i need to format as below using PHP

10.60

What i tried

$total = 1060;
number_format($total, 2)

But the result showing is 1,060.00 instead of the below 10.60

Plus I need it to be a dot . and not a comma , as the separator

  • 写回答

1条回答 默认 最新

  • doudou1438 2017-09-21 20:07
    关注

    All you need to do is divide by 100 in before you format it. That makes it 10.6 (because the second decimal is zero, it's not needed and stripped away), and then you format it to have two decimal places.

    $total = 1060;
    number_format($total/100, 2); // 10.60
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构