Answers for "php decimal value parameter integer or string"

PHP
13

fix to 2 decimal places php

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

string to decimal php

$num = (double) "10.12";
Posted by: Guest on January-26-2021

Code answers related to "php decimal value parameter integer or string"

Browse Popular Code Answers by Language