Answers for "php limit number to 2 decimal places"

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 number to 2 decimal places"

Browse Popular Code Answers by Language