Answers for "php limit float to only 2 decimal points"

PHP
10

limit two decimal php

return number_format((float)$number, 2, '.', '');
Posted by: Guest on October-23-2020

Code answers related to "php limit float to only 2 decimal points"

Browse Popular Code Answers by Language