Answers for "get double value upto 2 decimal places php"

PHP
12

fix to 2 decimal places php

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

Code answers related to "get double value upto 2 decimal places php"

Browse Popular Code Answers by Language