Answers for "convertir string a int php con decimal"

PHP
1

string to decimal php

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

convert string to decimal php

$num = floatval("0.75")
Posted by: Guest on February-15-2022

Code answers related to "convertir string a int php con decimal"

Browse Popular Code Answers by Language