Answers for "limit decimal value to 2 in php"

PHP
12

limit two decimal php

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

Code answers related to "limit decimal value to 2 in php"

Browse Popular Code Answers by Language