Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Ranx99's avatar

Which money datatype to use ?

If I am building an e-commerce application, which datatype is best to for price field?

  • should I use integer and store everything as cents? or use decimal?

  • is there any disadvantage of using decimal?

0 likes
4 replies
tykus's avatar

Integer cents gives me all the precision I need.

Please or to participate in this conversation.