dongyi1524 2017-11-21 10:36
浏览 22
已采纳

如何在PHP和MySQL中使用货币值?

Now I store balance field in MySQL like decimial(15, 2). And in PHP I use the bcmath library for operations:

bccomp($currentBalance, 100.15, 2) - for check if user have enough money. bcadd($currentBalance, 100) - for increase user balance.

And etc.

This is working correctly, but BCMath doc says:

Passing values of type float to a BCMath function which expects a string as operand may not have the desired effect due to the way PHP converts float values to string, namely that the string may be in exponential notation (what is not supported by BCMath), and that the decimal separator is locale dependend (while BCMath always expects a decimal point).

So I want to avoid surprises. What is the right way to deal with money?

  • 写回答

2条回答 默认 最新

  • duancha1065 2017-11-21 10:40
    关注

    As integers. Convert 100.15 to 10015 and keep track of the currency so you know how many decimal places to apply when displaying.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序